Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | Don't use Windows path %PWD for SSH tests | Marcel Raad | |
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 | |||
2014-03-15 | tests: disable valgrind on the remaining scp/sftp tests | Dan Fandrich | |
2011-03-08 | sftp-multi: test 582 added | Henry Ludemann | |
Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as disabled until it is fixed in the source. |