append.d 531 B

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