blob: 11068cbd859ab3120dbf953a45bf4d52e32ed0b1 [file] [log] [blame]
<testcase>
# Server-side
<reply>
<data>
this is file contents
</data>
<servercmd>
RETRNOSIZE
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP download without size in RETR string
</name>
<command>
ftp://%HOSTIP:%FTPPORT/blalbla/lululul/137
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
CWD blalbla
CWD lululul
EPSV
TYPE I
SIZE 137
RETR 137
QUIT
</protocol>
</verify>
</testcase>