curl/tests/data/test102

40 lines
459 B
Plaintext
Raw Normal View History

2001-06-12 05:12:59 -04:00
# Server-side
<reply>
<data>
data
to
see
that FTP
works
so does it?
</data>
</reply>
# Client-side
<client>
<name>
FTP RETR PASV
</name>
<command>
ftp://%HOSTIP:%FTPPORT/102
</command>
</test>
2001-11-28 08:07:49 -05:00
<file name="log/ftpserver.cmd">
REPLY EPSV 500 no such command
</file>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2001-11-28 08:07:49 -05:00
EPSV
2001-06-12 05:12:59 -04:00
PASV
TYPE I
2001-11-28 08:07:49 -05:00
SIZE 102
2001-06-12 05:12:59 -04:00
RETR 102
</protocol>
</verify>