blob: bcaa55425db409eb4b0f9782e7866785bfa90c67 [file] [log] [blame]
<testcase>
<info>
<keywords>
FTP
EPSV
Resume
FAILURE
</keywords>
</info>
# Server-side
<reply>
<size>
85
</size>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP download resume beyond file size
</name>
<command>
ftp://%HOSTIP:%FTPPORT/111 -C 2000
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
36
</errorcode>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE 111
QUIT
</protocol>
</verify>
</testcase>