append.d 425 B

123456789101112
  1. Short: a
  2. Long: append
  3. Help: Append to target file when uploading
  4. Protocols: FTP SFTP
  5. Category: ftp sftp
  6. See-also: range continue-at
  7. Example: --upload-file local --append ftp://example.com/
  8. Added: 4.8
  9. ---
  10. When used in an upload, this makes curl append to the target file instead of
  11. overwriting it. If the remote file does not exist, it will be created. Note
  12. that this flag is ignored by some SFTP servers (including OpenSSH).