append.md (562B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Short: a 5 Long: append 6 Help: Append to target file when uploading 7 Protocols: FTP SFTP 8 Category: ftp sftp 9 Added: 4.8 10 Multi: boolean 11 See-also: 12 - range 13 - continue-at 14 Example: 15 - --upload-file local --append ftp://example.com/ 16 --- 17 18 # `--append` 19 20 When used in an upload, this option makes curl append to the target file 21 instead of overwriting it. If the remote file does not exist, it is 22 created. Note that this flag is ignored by some SFTP servers (including 23 OpenSSH).