curl/tests/data/test102

53 lines
543 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
2001-06-12 05:12:59 -04:00
# Server-side
<reply>
<data>
data
to
see
that FTP
works
so does it?
</data>
<servercmd>
REPLY EPSV 500 no such command
</servercmd>
2001-06-12 05:12:59 -04:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 05:12:59 -04:00
<name>
FTP RETR PASV
</name>
<command>
ftp://%HOSTIP:%FTPPORT/102
</command>
</client>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2001-06-12 05:12:59 -04:00
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
QUIT
2001-06-12 05:12:59 -04:00
</protocol>
</verify>
</testcase>