summaryrefslogtreecommitdiff
path: root/tests/data/test142
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* add keywordsDaniel Stenberg2007-12-081-0/+5
|
* 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.
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* removed the fixed dir depth limit in the FTP codeDaniel Stenberg2004-04-151-5/+158
|
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* verify that curl fails fine when an FTP URL with a too deep dir hierarchyDaniel Stenberg2003-04-301-0/+27
is used