summaryrefslogtreecommitdiff
path: root/tests/data/test255
Commit message (Collapse)AuthorAgeFilesLines
* Added IPv6 keywords for some more tests that require IPv6 networking supportDan Fandrich2008-06-121-0/+1
|
* 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. & => & ). 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 ASCIIDaniel Stenberg2006-04-261-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 socketDaniel Stenberg2005-04-181-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.