mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
c6b97a8278
... and do not send ABOR unless really necessary. Bug: https://bugzilla.redhat.com/649347 Reported by: Simon H.
46 lines
531 B
Plaintext
46 lines
531 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
PASV
|
|
Resume
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<size>
|
|
5
|
|
</size>
|
|
<servercmd>
|
|
REPLY EPSV 500 no such command
|
|
</servercmd>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP download resume with whole file already downloaded
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/122 -C 5
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
PWD
|
|
EPSV
|
|
PASV
|
|
TYPE I
|
|
SIZE 122
|
|
QUIT
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|