aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test100
AgeCommit message (Collapse)Author
2014-01-31FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken
2014-01-04ftp tests: provide LIST responses in the test file itselfDaniel Stenberg
Previously LIST always returned a fixed hardcoded list that the ftp server code knew about, mostly since the server didn't get any test case number in the LIST scenario. Starting now, doing a CWD to a directory named test-[number] will make the test server remember that number and consider it a test case so that a subsequent LIST command will send the <data> section of that test case back. It allows LIST tests to be made more similar to how all other tests work. Test 100 was updated to provide its own directory listing.
2007-04-18Various test file cleanups, including using <servercmd> instead of writingDan Fandrich
directly to ftpserver.cmd and removing unneeded empty sections.
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. & => &amp; ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
2006-04-26David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg
transfers. They are done on non-windows systems and translate CRLF to LF.
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-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
test number.
2001-11-28EPSV and SIZE adjustmentsDaniel Stenberg
2001-05-23new test case file formatDaniel Stenberg