Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use Windows path %PWD for SSH tests | Marcel Raad | 2018-08-31 | 1 | -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 tests | Daniel Stenberg | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich | 2008-03-18 | 1 | -3/+3 |
| | |||||
* | Added test 626 to reproduce an infinite loop when given an invalid | Dan Fandrich | 2008-03-18 | 1 | -0/+42 |
SFTP quote command reported by Vincent Le Normand, but left it disabled. |