2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-12-08 17:56:17 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
|
|
|
--data-binary
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-02-26 11:56:00 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
this is file contents
|
|
|
|
</data>
|
2007-04-18 16:22:01 -04:00
|
|
|
<servercmd>
|
|
|
|
RETRNOSIZE
|
|
|
|
</servercmd>
|
2003-02-26 11:56:00 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2003-02-26 11:56:00 -05:00
|
|
|
<name>
|
|
|
|
FTP download without size in RETR string
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/blalbla/lululul/137
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-02-26 11:56:00 -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
|
2003-02-26 11:56:00 -05:00
|
|
|
PWD
|
2003-04-30 13:16:25 -04:00
|
|
|
CWD blalbla
|
|
|
|
CWD lululul
|
2003-02-26 11:56:00 -05:00
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 137
|
|
|
|
RETR 137
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-02-26 11:56:00 -05:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|