curl/tests/data/test111

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
526 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 17:59:47 +08:00
<info>
<keywords>
FTP
EPSV
Resume
FAILURE
</keywords>
</info>
2001-09-13 20:51:07 +08:00
# Server-side
<reply>
<size>
85
</size>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
2001-09-13 20:51:07 +08:00
FTP download resume beyond file size
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 2000
2001-09-13 20:51:07 +08:00
</command>
</client>
2001-09-13 20:51:07 +08:00
# Verify data after the test has been "shot"
<verify>
<strip>
QUIT
</strip>
2001-09-13 20:51:07 +08:00
<errorcode>
36
</errorcode>
<protocol>
USER anonymous
PASS ftp@example.com
2001-09-13 20:51:07 +08:00
PWD
EPSV
2001-09-13 20:51:07 +08:00
TYPE I
SIZE %TESTNUMBER
QUIT
2001-09-13 20:51:07 +08:00
</protocol>
</verify>
</testcase>