xref: /curl/tests/data/test416 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6RETR
7Range
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
130123456789abcdef0123456789abcdef0123456789abcdef
14</data>
15<datacheck>
160123456789abcdef0123456789abcdef0123456789abcdef
17</datacheck>
18<servercmd>
19RETRSIZE 7
20</servercmd>
21<size>
228
23</size>
24</reply>
25
26# Client-side
27<client>
28<server>
29ftp
30</server>
31<name>
32FTP growing file support
33</name>
34<command>
35--ignore-content-length ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
36</command>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<strip>
42QUIT
43</strip>
44<protocol>
45USER anonymous
46PASS ftp@example.com
47PWD
48EPSV
49TYPE I
50RETR %TESTNUMBER
51QUIT
52</protocol>
53</verify>
54</testcase>
55