Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-19 | Add FTP keywords for a couple of currently keyword-less FTP tests | Fabian Keil | |
2009-12-10 | - Siegfried Gyuricsko found out that the curl manual said --retry would retry | Daniel Stenberg | |
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) | |||
2007-04-18 | Various test file cleanups, including using <servercmd> instead of writing | Dan Fandrich | |
directly to ftpserver.cmd and removing unneeded empty sections. | |||
2007-02-13 | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | |
the left side of @ to make it short(er). | |||
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | |
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | |||
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | |
The tag 'before_ftp_statemachine' was set just before this commit in case of future need. | |||
2005-01-25 | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |