aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test238
AgeCommit message (Collapse)Author
2013-01-15FTP: reject illegal port numbers in EPSV 229 responsesDaniel Stenberg
2012-11-19Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil
2007-04-18Various test file cleanups, including using <servercmd> instead of writingDan Fandrich
directly to ftpserver.cmd and removing unneeded empty sections.
2007-02-13ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg
the left side of @ to make it short(er).
2007-01-23Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich
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.
2006-01-24Michal Marek provided a patch for FTP that makes libcurl continue to try PASVDaniel Stenberg
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238.
2005-03-15test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg
but using illegal values