aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test605
AgeCommit message (Collapse)Author
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos 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-28use --insecure for the SFTP and SCP testsDaniel Stenberg
2007-07-10The previous commits changed the error codeJames Housley
2007-04-01Added scp and sftp nonexistent file retrieval tests, but leave themDan Fandrich
disabled for now.