1<testcase>
2# Server-side
3<reply>
4<data sendzero="yes">
5</data>
6<size>
70
8</size>
9</reply>
10
11# Client-side
12<client>
13<server>
14ftp
15</server>
16<name>
17FTP download an empty file
18</name>
19<command>
20ftp://%HOSTIP:%FTPPORT/182
21</command>
22</client>
23
24# Verify data after the test has been "shot"
25<verify>
26<protocol>
27USER anonymous
28PASS ftp@example.com
29PWD
30EPSV
31TYPE I
32SIZE 182
33RETR 182
34QUIT
35</protocol>
36</verify>
37</testcase>
38