2007-01-23 02:25:56 +00:00
|
|
|
<testcase>
|
2007-12-08 22:56:17 +00:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
|
|
|
--data-binary
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-02-26 16:56:00 +00:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
this is file contents
|
|
|
|
</data>
|
2007-04-18 20:22:01 +00:00
|
|
|
<servercmd>
|
|
|
|
RETRNOSIZE
|
|
|
|
</servercmd>
|
2003-02-26 16:56:00 +00:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 20:25:39 +00:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2003-02-26 16:56:00 +00:00
|
|
|
<name>
|
|
|
|
FTP download without size in RETR string
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/blalbla/lululul/137
|
|
|
|
</command>
|
2005-01-25 21:45:03 +00:00
|
|
|
</client>
|
2003-02-26 16:56:00 +00:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 22:50:16 +00:00
|
|
|
PASS ftp@example.com
|
2003-02-26 16:56:00 +00:00
|
|
|
PWD
|
2003-04-30 17:16:25 +00:00
|
|
|
CWD blalbla
|
|
|
|
CWD lululul
|
2003-02-26 16:56:00 +00:00
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 137
|
|
|
|
RETR 137
|
2004-02-27 07:08:37 +00:00
|
|
|
QUIT
|
2003-02-26 16:56:00 +00:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 02:25:56 +00:00
|
|
|
</testcase>
|