xref: /curl/tests/data/test122 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6Resume
7</keywords>
8</info>
9# Server-side
10<reply>
11<size>
125
13</size>
14<servercmd>
15REPLY EPSV 500 no such command
16</servercmd>
17</reply>
18
19# Client-side
20<client>
21<server>
22ftp
23</server>
24<name>
25FTP download resume with whole file already downloaded
26</name>
27<command>
28ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 5
29</command>
30</client>
31
32# Verify data after the test has been "shot"
33<verify>
34<strip>
35QUIT
36</strip>
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41EPSV
42PASV
43TYPE I
44SIZE %TESTNUMBER
45QUIT
46</protocol>
47</verify>
48</testcase>
49