2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2006-09-07 17:49:20 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
PASV
|
|
|
|
RETR
|
2008-08-26 16:11:12 -04:00
|
|
|
multi
|
2006-09-07 17:49:20 -04:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-08-26 16:11:12 -04:00
|
|
|
|
2006-09-07 17:49:20 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
file contents should appear once for each file
|
|
|
|
</data>
|
|
|
|
<datacheck>
|
|
|
|
file contents should appear once for each file
|
|
|
|
file contents should appear once for each file
|
|
|
|
file contents should appear once for each file
|
|
|
|
file contents should appear once for each file
|
|
|
|
</datacheck>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<tool>
|
|
|
|
lib527
|
|
|
|
</tool>
|
|
|
|
<name>
|
|
|
|
FTP RETR same file using different handles but same connection
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/path/527
|
|
|
|
</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-09-07 17:49:20 -04:00
|
|
|
PWD
|
|
|
|
CWD path
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 527
|
|
|
|
RETR 527
|
|
|
|
EPSV
|
|
|
|
SIZE 527
|
|
|
|
RETR 527
|
|
|
|
EPSV
|
|
|
|
SIZE 527
|
|
|
|
RETR 527
|
|
|
|
EPSV
|
|
|
|
SIZE 527
|
|
|
|
RETR 527
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|