2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2004-08-23 10:41:19 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-01-22 21:25:56 -05:00
|
|
|
<data sendzero="yes">
|
2004-08-23 10:41:19 -04:00
|
|
|
</data>
|
|
|
|
<size>
|
|
|
|
0
|
|
|
|
</size>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP download an empty file
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/182
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-08-23 10:41:19 -04: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
|
2004-08-23 10:41:19 -04:00
|
|
|
PWD
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 182
|
|
|
|
RETR 182
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|