append.d 529 B

123456789101112131415
  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 makes curl append to the target file instead of
  14. overwriting it. If the remote file does not exist, it will be created. Note
  15. that this flag is ignored by some SFTP servers (including OpenSSH).