summaryrefslogtreecommitdiff
path: root/tests/data/test531
Commit message (Collapse)AuthorAgeFilesLines
* Added multi keywordDan Fandrich2008-08-261-0/+2
|
* Changed some FTP tests to validate the format of the PORT and EPRT commandsDan Fandrich2007-09-171-3/+3
| | | | sent by curl, if not the addresses themselves.
* 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.
* Added test case 531 in an attempt to repeat bug report #1561470Daniel Stenberg2006-09-211-0/+55
(http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine.