summaryrefslogtreecommitdiff
path: root/tests/data/test511
Commit message (Collapse)AuthorAgeFilesLines
* tests: add keywords for a couple of FTP testsFabian Keil2013-08-111-0/+6
|
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-4/+4
| | | | 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.
* verify the protocol tooDaniel Stenberg2005-01-141-0/+7
|
* Added test case 511 in an attempt to repeat bug report #934666 "storage leakDaniel Stenberg2004-04-141-0/+35
in ftp.c", but it shows no leaking.