summaryrefslogtreecommitdiff
path: root/tests/data/test1057
Commit message (Collapse)AuthorAgeFilesLines
* ftp: prevent server from hanging on closed data connectionKamil Dudka2010-10-291-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
* Added tests 1057 and 1058 to test FTP and HTTPS transfers with rangesDan Fandrich2008-08-011-0/+51
relative to end of file.