Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't

support this so it goes untested.
This commit is contained in:
Dan Fandrich
2008-08-01 18:41:14 +00:00
parent a948ca1669
commit 42cabc14d4
6 changed files with 46 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ This release includes the following changes:
o Added test selection by key word in runtests.pl
o the curl tool's -w option support the %{ssl_verify_result} variable
o Added CURLOPT_SCOPE and scope parsing of the URL according to RFC4007
o Support --append on SFTP uploads (not with OpenSSH, though)
This release includes the following bugfixes: