summaryrefslogtreecommitdiff
path: root/tests/data/test615
Commit message (Collapse)AuthorAgeFilesLines
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-311-1/+1
| | | | | | | | | | | | | All these tests failed on Windows because something like sftp://%HOSTIP:%SSHPORT%PWD/ expanded to sftp://127.0.0.1:1234c:/msys64/home/bla/curl and then curl complained about the port number ending with a letter. Use the original POSIX path instead of the Windows path created in checksystem to fix this. Closes https://github.com/curl/curl/pull/2920
* use --insecure for the SFTP and SCP testsDaniel Stenberg2009-07-281-1/+1
|
* Added more accurate error code returns from SFTP operations. Added testDan Fandrich2007-08-301-0/+44
case 615 to test an SFTP upload failure.