Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: mark IPv6 FTP and FTPS tests with the FTP keyword | Daniel Stenberg | 2016-01-07 | 1 | -0/+1 |
| | |||||
* | tests 252-255: use datacheck mode text for ASCII-mode LISTings | Marc Hoersken | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Added IPv6 keywords for some more tests that require IPv6 networking support | Dan Fandrich | 2008-06-12 | 1 | -0/+1 |
| | |||||
* | Various test file cleanups, including using <servercmd> instead of writing | Dan Fandrich | 2007-04-18 | 1 | -3/+0 |
| | | | | directly to ftpserver.cmd and removing unneeded empty sections. | ||||
* | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | 2007-02-13 | 1 | -1/+1 |
| | | | | the left side of @ to make it short(er). | ||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | 2006-04-26 | 1 | -13/+15 |
| | | | | transfers. They are done on non-windows systems and translate CRLF to LF. | ||||
* | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg | 2005-04-18 | 1 | -0/+58 |
level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6. |