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 | ||||
* | Always use nocheck="yes" for consistency | Dan Fandrich | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | Added tests 1036 and 1037 to verify resumed ftp downloads with -C - | Dan Fandrich | 2008-07-10 | 1 | -0/+61 |