Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-01 | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos | |
That also updates tests to expect the right error code libssh2 back-end returns CURLE_SSH error if the remote file is not found. Expect instead CURLE_REMOTE_FILE_NOT_FOUND which is sent by the libssh backend. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | |||
2009-07-28 | use --insecure for the SFTP and SCP tests | Daniel Stenberg | |
2007-07-10 | The previous commits changed the error code | James Housley | |
2007-04-01 | Added scp and sftp nonexistent file retrieval tests, but leave them | Dan Fandrich | |
disabled for now. |