curl/tests/data/test123

41 lines
545 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
EPSV
Resume
</keywords>
</info>
2001-09-14 08:03:33 -04:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-09-14 08:03:33 -04:00
<name>
FTP upload resume with whole file already downloaded
</name>
<command>
ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
</command>
<file name="log/upload123">
--------------------------------------------------
</file>
</client>
2001-09-14 08:03:33 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2001-09-14 08:03:33 -04:00
PWD
EPSV
2001-09-14 08:03:33 -04:00
TYPE I
QUIT
2001-09-14 08:03:33 -04:00
</protocol>
</verify>
</testcase>