Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add keywords for a couple of FTP tests | Fabian Keil | 2013-08-11 | 1 | -0/+6 |
| | |||||
* | 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. | ||||
* | verify the protocol too | Daniel Stenberg | 2005-01-14 | 1 | -0/+7 |
| | |||||
* | Added test case 511 in an attempt to repeat bug report #934666 "storage leak | Daniel Stenberg | 2004-04-14 | 1 | -0/+35 |
in ftp.c", but it shows no leaking. |