diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-08-30 23:03:59 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-08-30 23:03:59 +0000 |
commit | f6251734fcb118bb513f8484b45aa653f5c76eb1 (patch) | |
tree | 0a91992aa36c27c91b04290f927c621b826a590b /CHANGES | |
parent | 9f44a95522162c0f4a61093efe1bf1f58b087358 (diff) |
Added more accurate error code returns from SFTP operations. Added test
case 615 to test an SFTP upload failure.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ Dan F (30 August 2007) - Documented some newer error codes in libcurl-error(3) +- Added more accurate error code returns from SFTP operations. Added test + case 615 to test an SFTP upload failure. + Dan F (28 August 2007) - Some minor internal type and const changes based on a splint scan. |