summaryrefslogtreecommitdiff
path: root/tests/data/test250
Commit message (Collapse)AuthorAgeFilesLines
* FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken2014-01-311-1/+1
|
* Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil2012-11-191-0/+6
|
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-3/+0
| | | | directly to ftpserver.cmd and removing unneeded empty sections.
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-131-1/+1
| | | | the left side of @ to make it short(er).
* 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.
* Two new slowdown tests for better testing of the FTP response reader functionDaniel Stenberg2005-04-141-0/+51
when the response come in many small chunks.