aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test134
AgeCommit message (Collapse)Author
2014-01-31FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken
2011-09-05test suite: use test case specific netrc file namesYang Tse
2011-02-20tests: Cleaned up netrc testing.Julien Chaffraix
Removed the "netrc_debug" keyword replaced with --netrc-file additions. Removed the debug code from Curl_parsenetrc as it is superseeded by --netrc-file.
2007-04-18Various test file cleanups, including using <servercmd> instead of writingDan Fandrich
directly to ftpserver.cmd and removing unneeded empty sections.
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-11-29stricter newline policyDaniel 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-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
present client-side
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
test number.
2002-05-21five new test cases for the netrc parsingDaniel Stenberg