mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
cmdline-docs: more options converted over
This commit is contained in:
parent
81e61cda39
commit
41b1f649bf
83 changed files with 1151 additions and 0 deletions
8
docs/cmdline-opts/append.d
Normal file
8
docs/cmdline-opts/append.d
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Short: a
|
||||
Long: append
|
||||
Help: Append to target file when uploading
|
||||
Protocols: FTP SFTP
|
||||
---
|
||||
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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue