summaryrefslogtreecommitdiff
path: root/tests/data/test147
Commit message (Collapse)AuthorAgeFilesLines
* Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil2012-11-191-0/+6
|
* Changed some FTP tests to validate the format of the PORT and EPRT commandsDan Fandrich2007-09-171-4/+3
| | | | sent by curl, if not the addresses themselves.
* 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.
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+0
|
* 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!
* --ftp-create-dirs testDaniel Stenberg2003-08-081-0/+48