Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-08 | ftp: close connection as soon as ABOR has been sent | Kamil Dudka | |
... and do not send ABOR unless really necessary. Bug: https://bugzilla.redhat.com/649347 Reported by: Simon H. | |||
2010-10-29 | ftp: prevent server from hanging on closed data connection | Kamil Dudka | |
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 | |||
2009-01-07 | Always use nocheck="yes" for consistency | Dan Fandrich | |
2008-07-10 | Added tests 1036 and 1037 to verify resumed ftp downloads with -C - | Dan Fandrich | |