2016-11-16 06:44:58 +08:00
|
|
|
Short: a
|
|
|
|
Long: append
|
|
|
|
Help: Append to target file when uploading
|
|
|
|
Protocols: FTP SFTP
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: ftp sftp
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --upload-file local --append ftp://example.com/
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 4.8
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
When used in an upload, this makes curl append to the target file instead of
|
|
|
|
overwriting it. If the remote file doesn't exist, it will be created. Note
|
|
|
|
that this flag is ignored by some SFTP servers (including OpenSSH).
|