mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
12 lines
397 B
Makefile
12 lines
397 B
Makefile
Short: a
|
|
Long: append
|
|
Help: Append to target file when uploading
|
|
Protocols: FTP SFTP
|
|
Category: ftp sftp
|
|
Example: --upload-file local --append ftp://example.com/
|
|
Added: 4.8
|
|
---
|
|
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).
|