Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-19 | Add FTP keywords for a couple of currently keyword-less FTP tests | Fabian Keil | |
2009-05-05 | Fixed the --ftp-port address to the CLIENTIP address. | Yang Tse | |
2007-09-17 | Changed some FTP tests to validate the format of the PORT and EPRT commands | Dan Fandrich | |
sent by curl, if not the addresses themselves. | |||
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. | |||
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | |
transfers. They are done on non-windows systems and translate CRLF to LF. | |||
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg | |
when the response come in many small chunks. |