xref: /curl/tests/data/test111 (revision cd4aee15)
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/%TESTNUMBER -C 2000
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<strip>
33QUIT
34</strip>
35<errorcode>
3636
37</errorcode>
38<protocol>
39USER anonymous
40PASS ftp@example.com
41PWD
42EPSV
43TYPE I
44SIZE %TESTNUMBER
45QUIT
46</protocol>
47</verify>
48</testcase>
49