summaryrefslogtreecommitdiff
path: root/tests/data/test100
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* FTP tests: enable text-mode for data and datacheck sectionsMarc Hoersken2014-01-311-1/+1
|
* ftp tests: provide LIST responses in the test file itselfDaniel Stenberg2014-01-041-4/+5
| | | | | | | | | | | | | | Previously LIST always returned a fixed hardcoded list that the ftp server code knew about, mostly since the server didn't get any test case number in the LIST scenario. Starting now, doing a CWD to a directory named test-[number] will make the test server remember that number and consider it a test case so that a subsequent LIST command will send the <data> section of that test case back. It allows LIST tests to be made more similar to how all other tests work. Test 100 was updated to provide its own directory listing.
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-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' 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. & => &amp; ). 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.
* keyword updateDaniel Stenberg2005-04-271-0/+7
|
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-2/+2
|
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-271-0/+1
| | | | it disconnects the TCP connection, like a good ftp client should!
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* EPSV and SIZE adjustmentsDaniel Stenberg2001-11-281-1/+1
|
* new test case file formatDaniel Stenberg2001-05-231-0/+44