1<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6Resume
7FAILURE
8</keywords>
9</info>
10# Server-side
11<reply>
12<size>
1385
14</size>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22 <name>
23FTP download resume beyond file size
24 </name>
25 <command>
26ftp://%HOSTIP:%FTPPORT/111 -C 2000
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<errorcode>
3336
34</errorcode>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39EPSV
40TYPE I
41SIZE 111
42QUIT
43</protocol>
44</verify>
45</testcase>
46