2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-16 06:42:51 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-11-25 17:21:49 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
data blobb
|
|
|
|
</data>
|
2007-04-18 16:22:01 -04:00
|
|
|
<servercmd>
|
|
|
|
REPLY EPSV 500 no such command
|
|
|
|
</servercmd>
|
2004-11-25 17:21:49 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
Get two FTP files with no remote EPSV support
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/a/path/211 ftp://%HOSTIP:%FTPPORT/a/path/211
|
|
|
|
</command>
|
2004-11-30 05:20:59 -05:00
|
|
|
<stdout>
|
|
|
|
data blobb
|
|
|
|
data blobb
|
|
|
|
</stdout>
|
|
|
|
</client>
|
2004-11-25 17:21:49 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2004-11-25 17:21:49 -05:00
|
|
|
PWD
|
|
|
|
CWD a
|
|
|
|
CWD path
|
|
|
|
EPSV
|
|
|
|
PASV
|
|
|
|
TYPE I
|
|
|
|
SIZE 211
|
|
|
|
RETR 211
|
|
|
|
PASV
|
|
|
|
SIZE 211
|
|
|
|
RETR 211
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|