blob: cb1e4f0c200e71c84839e6d54cddc1a85768198c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<data sendzero="yes">
11</data>
12<size>
130
14</size>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP download an empty file
24</name>
25<command>
26ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33USER anonymous
34PASS ftp@example.com
35PWD
36EPSV
37TYPE I
38SIZE %TESTNUMBER
39RETR %TESTNUMBER
40QUIT
41</protocol>
42</verify>
43</testcase>