summaryrefslogtreecommitdiff
path: root/tests/data/test132
Commit message (Collapse)AuthorAgeFilesLines
* FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken2014-01-311-1/+1
|
* test suite: use test case specific netrc file namesYang Tse2011-09-051-2/+2
|
* tests: Cleaned up netrc testing.Julien Chaffraix2011-02-201-4/+1
| | | | | | Removed the "netrc_debug" keyword replaced with --netrc-file additions. Removed the debug code from Curl_parsenetrc as it is superseeded by --netrc-file.
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-3/+0
| | | | directly to ftpserver.cmd and removing unneeded empty sections.
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+2
| | | | | | 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.
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-13/+15
| | | | transfers. They are done on non-windows systems and translate CRLF to LF.
* keyword updateDaniel Stenberg2005-04-271-1/+9
|
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* stricter newline policyDaniel Stenberg2004-11-291-9/+9
|
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-271-0/+1
| | | | it disconnects the TCP connection, like a good ftp client should!
* require the netrc_debug feature the same way we now can require SSLDaniel Stenberg2003-06-121-1/+4
| | | | present client-side
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* five new test cases for the netrc parsingDaniel Stenberg2002-05-211-0/+49