2003-02-26 11:56:00 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
this is file contents
|
|
|
|
</data>
|
|
|
|
</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>
|
|
|
|
<file name="log/ftpserver.cmd">
|
|
|
|
RETRNOSIZE
|
|
|
|
</file>
|
|
|
|
</test>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
|
|
|
PASS curl_by_daniel@haxx.se
|
|
|
|
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>
|