summaryrefslogtreecommitdiff
path: root/tests/data/test114
Commit message (Collapse)AuthorAgeFilesLines
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-3/+3
| | | | 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.
* keyword updateDaniel Stenberg2005-04-271-0/+6
|
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-1/+1
| | | | | The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* new FTP testsDaniel Stenberg2001-09-141-0/+27