Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ftp: close connection as soon as ABOR has been sent | Kamil Dudka | 2010-11-08 | 1 | -1/+0 |
| | | | | | | | ... and do not send ABOR unless really necessary. Bug: https://bugzilla.redhat.com/649347 Reported by: Simon H. | ||||
* | ftp: prevent server from hanging on closed data connection | Kamil Dudka | 2010-10-29 | 1 | -0/+1 |
| | | | | | | | | | Some FTP servers (e.g. Pure-ftpd) end up hanging if we close the data connection before transferring all the requested data. If we send ABOR in that case, it prevents the server from hanging. Bug: https://bugzilla.redhat.com/643656 Reported by: Pasi Karkkainen, Patrick Monnerat | ||||
* | Various test file cleanups, including using <servercmd> instead of writing | Dan Fandrich | 2007-04-18 | 1 | -3/+3 |
| | | | | 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/+4 |
| | |||||
* | new FTP tests | Daniel Stenberg | 2001-09-14 | 1 | -0/+28 |