Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various test file cleanups, including using <servercmd> instead of writing | Dan Fandrich | 2007-04-18 | 1 | -4/+4 |
| | | | | directly to ftpserver.cmd and removing unneeded empty sections. | ||||
* | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | 2007-02-13 | 1 | -1/+1 |
| | | | | the left side of @ to make it short(er). | ||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -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. | ||||
* | keyword update | Daniel Stenberg | 2005-04-27 | 1 | -0/+7 |
| | |||||
* | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | Joe Halpin made the FTP code send 'QUIT' on the control connection before | Daniel Stenberg | 2004-02-27 | 1 | -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 the | Daniel Stenberg | 2003-04-30 | 1 | -0/+3 |
| | | | | test number. | ||||
* | adjusted to new FTP commands in the command sequence | Daniel Stenberg | 2001-11-28 | 1 | -0/+2 |
| | |||||
* | new FTP tests | Daniel Stenberg | 2001-09-14 | 1 | -0/+29 |