Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use %TESTNUMBER instead of fixed number | Daniel Stenberg | 2021-03-19 | 1 | -2/+2 |
| | | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738 | ||||
* | tests: add support for SSH server variant specific transfer paths | Marc Hoersken | 2020-05-02 | 1 | -1/+1 |
| | | | | | | | | OpenSSH for Windows requires paths in the format of /C:/ instead of the pseudo-POSIX paths /cygdrive/c/ or just /c/ Reviewed-by: Daniel Stenberg Closes #5298 | ||||
* | 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 |
| | |||||
* | Changed error return codes to match update code. | Dan Fandrich | 2007-04-09 | 1 | -2/+0 |
| | |||||
* | Eliminated extra / in scp/sftp URLs. | Dan Fandrich | 2007-03-29 | 1 | -1/+1 |
| | |||||
* | Added SFTP and SCP upload tests in test602 & test603 | Dan Fandrich | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | Added test600 and test601, SFTP and SCP file retrieval tests. | Dan Fandrich | 2007-03-26 | 1 | -0/+44 |