curl/tests/data/test102

53 строки
543 B
Plaintext
Исходник Обычный вид История

<testcase>
2005-04-27 13:59:47 +04:00
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
2001-06-12 13: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 13:12:59 +04:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 13:12:59 +04:00
<name>
FTP RETR PASV
</name>
<command>
ftp://%HOSTIP:%FTPPORT/102
</command>
</client>
2001-06-12 13:12:59 +04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2001-06-12 13:12:59 +04:00
PWD
2001-11-28 16:07:49 +03:00
EPSV
2001-06-12 13:12:59 +04:00
PASV
TYPE I
2001-11-28 16:07:49 +03:00
SIZE 102
2001-06-12 13:12:59 +04:00
RETR 102
QUIT
2001-06-12 13:12:59 +04:00
</protocol>
</verify>
</testcase>