summaryrefslogtreecommitdiff
path: root/tests/data/test196
Commit message (Collapse)AuthorAgeFilesLines
* Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil2012-11-191-0/+6
|
* - Siegfried Gyuricsko found out that the curl manual said --retry would retryDaniel Stenberg2009-12-101-1/+1
| | | | | | | | | on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279)
* 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-2/+2
| | | | 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.
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-1/+2
| | | | | 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
|
* Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg2004-10-271-0/+32