aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test613.pl
AgeCommit message (Collapse)Author
2020-05-06test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken
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
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2017-04-29tests: added --remote-time tests for remaining protocols that support itDan Fandrich
2010-02-16replaced tabs with spacesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2007-11-05Sort the directory listing because the server doesn't always do it.Dan Fandrich
2007-09-17Made the directory postprocessor more forgiving of input directory formatDan Fandrich
2007-07-17Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich
a new directory listing format that newer libssh2's can provide. This is probably NOT sufficient to handle all directory listing formats that server's can provide and should be revisited.
2007-05-16Match file times occurring in the morning.Dan Fandrich
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich