2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2006-10-08 06:51:53 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
PASV
|
|
|
|
RETR
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
</data>
|
|
|
|
|
|
|
|
<servercmd>
|
|
|
|
REPLY RETR 550 the file doesn't exist
|
|
|
|
REPLY SIZE 550 Can't check for file existence
|
|
|
|
</servercmd>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<tool>
|
|
|
|
lib533
|
|
|
|
</tool>
|
|
|
|
<name>
|
|
|
|
FTP RETR twice using multi: non-existing host and non-existing file
|
|
|
|
</name>
|
|
|
|
<command>
|
2007-04-13 07:35:19 -04:00
|
|
|
ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534
|
2006-10-08 06:51:53 -04:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2006-10-08 06:51:53 -04:00
|
|
|
PWD
|
|
|
|
CWD path
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 534
|
|
|
|
RETR 534
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|