summaryrefslogtreecommitdiff
path: root/tests/data/test613
Commit message (Collapse)AuthorAgeFilesLines
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-061-2/+0
| | | | | | | | | OpenSSH for Windows shows group and other/world permissions as *, because those concepts do not exist on Windows. It also does not show the current or parent directory, so we just ignore those. Reviewed-by: Daniel Stenberg Closes #5328
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-021-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 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
|
* Made the directory postprocessor more forgiving of input directory formatDan Fandrich2007-09-171-5/+5
|
* Added SFTP directory listing test case 613.Dan Fandrich2007-05-141-0/+48