aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test106
AgeCommit message (Collapse)Author
2013-04-12FTP: access files in root dir correctlyDaniel Stenberg
Accessing a file with an absolute path in the root dir but with no directory specified was not handled correctly. This fix comes with four new test cases that verify it. Bug: http://curl.haxx.se/mail/lib-2013-04/0142.html Reported by: Sam Deane
2008-06-21Edited some test keywords for consistencyDan Fandrich
2007-02-13ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg
the left side of @ to make it short(er).
2007-01-23Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
2005-04-27keyword updateDaniel Stenberg
2005-01-25A minor "syntax error" in numerous test files correctedDaniel Stenberg
2004-02-27Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg
it disconnects the TCP connection, like a good ftp client should!
2003-07-28updated to the new ftp dir parsing code that allows a preceeding doubleDaniel Stenberg
slash
2003-07-20the fixed skip-blanks in the FTP CWD code called for this adjustmentDaniel Stenberg
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
test number.
2003-04-30modified to work with modified codeDaniel Stenberg
2001-11-28adjusted to new FTP commands in the command sequenceDaniel Stenberg
2001-06-12New test cases addedDaniel Stenberg