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