mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:13:34 +03:00
Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't
support this so it goes untested.
This commit is contained in:
parent
a948ca1669
commit
42cabc14d4
6 changed files with 46 additions and 12 deletions
|
|
@ -651,7 +651,7 @@ static void help(void)
|
|||
"Usage: curl [options...] <url>",
|
||||
"Options: (H) means HTTP/HTTPS only, (F) means FTP only",
|
||||
" --anyauth Pick \"any\" authentication method (H)",
|
||||
" -a/--append Append to target file when uploading (F)",
|
||||
" -a/--append Append to target file when uploading (F/SFTP)",
|
||||
" --basic Use HTTP Basic Authentication (H)",
|
||||
" --cacert <file> CA certificate to verify peer against (SSL)",
|
||||
" --capath <directory> CA directory to verify peer against (SSL)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue