diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 18:41:14 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 18:41:14 +0000 |
commit | 42cabc14d44b69af1df71f6f1e0ae8ccb66a8287 (patch) | |
tree | b22e3da7f99239407b3f125d2330a9b20dbeb223 /docs/curl.1 | |
parent | a948ca1669ffe302308616c59eb5733383295a17 (diff) | |
download | curl-42cabc14d44b69af1df71f6f1e0ae8ccb66a8287.tar.gz |
Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't
support this so it goes untested.
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index a87e1cc09..a23f156a4 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -106,8 +106,9 @@ the --option version of them. (This concept with --no options was added in 7.19.0. Previously most options were toggled on/off on repeated use of the same command line option.) .IP "-a/--append" -(FTP) When used in an FTP upload, this will tell curl to append to the target +(FTP/SFTP) When used in an upload, this will tell curl to append to the target file instead of overwriting it. If the file doesn't exist, it will be created. +Note that this flag is ignored by some SSH servers (including OpenSSH). .IP "-A/--user-agent <agent string>" (HTTP) Specify the User-Agent string to send to the HTTP server. Some badly done CGIs fail if this field isn't set to "Mozilla/4.0". To encode blanks in |