summaryrefslogtreecommitdiff
path: root/tests/data/test1036
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-5/+5
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* ftp: close connection as soon as ABOR has been sentKamil Dudka2010-11-081-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 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
* Always use nocheck="yes" for consistencyDan Fandrich2009-01-071-1/+1
|
* Added tests 1036 and 1037 to verify resumed ftp downloads with -C -Dan Fandrich2008-07-101-0/+61