curl/tests/data/test112

50 lines
580 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
EPSV
APPE
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 PASV upload resume
</name>
<command>
ftp://%HOSTIP:%FTPPORT/112 -T log/upload112 -C 40
</command>
<file name="log/upload112">
this is the *****crap******** that we're gonna upload
worx?
</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
APPE 112
QUIT
2001-09-14 08:03:33 -04:00
</protocol>
<upload>
gonna upload
worx?
</upload>
</verify>
</testcase>