curl/tests/data/test118

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

<testcase>
2005-04-27 13:59:47 +04:00
<info>
<keywords>
FTP
PASV
RETR
FAILURE
</keywords>
</info>
2001-09-14 16:03:33 +04:00
# Server-side
<reply>
<servercmd>
REPLY RETR 314 bluah you f00l!
REPLY EPSV 314 bluah you f00l!
</servercmd>
2001-09-14 16:03:33 +04:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-09-14 16:03:33 +04:00
<name>
FTP download, failed RETR
</name>
<command>
ftp://%HOSTIP:%FTPPORT/118
</command>
</client>
2001-09-14 16:03:33 +04:00
# Verify data after the test has been "shot"
<verify>
<errorcode>
19
</errorcode>
<protocol>
USER anonymous
PASS ftp@example.com
2001-09-14 16:03:33 +04:00
PWD
EPSV
2001-09-14 16:03:33 +04:00
PASV
TYPE I
SIZE 118
2001-09-14 16:03:33 +04:00
RETR 118
QUIT
2001-09-14 16:03:33 +04:00
</protocol>
</verify>
</testcase>