summaryrefslogtreecommitdiff
path: root/tests/data/test521
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken2014-01-311-1/+1
|
* Adjust test number mismatchYang Tse2009-12-241-2/+2
|
* 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.
* Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg2005-04-181-0/+59
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.