1<testcase>
2<info>
3<keywords>
4FTP
5CURLE_PARTIAL_FILE
6RETR
7PASV
8</keywords>
9</info>
10<reply>
11<data>
121oooooooooooooooooooooooooooooooooooooooooo2
13</data>
14<size>
1510928
16</size>
17</reply>
18
19# Client-side
20<client>
21<server>
22ftp
23</server>
24 <name>
25FTP RETR PASV
26 </name>
27 <command>
28ftp://%HOSTIP:%FTPPORT/161
29</command>
30</client>
31
32
33# Verify data after the test has been "shot"
34<verify>
35# This gets QUIT sent because CURLE_PARTIAL_FILE does NOT mark the control
36# connection as bad
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41EPSV
42TYPE I
43SIZE 161
44RETR 161
45QUIT
46</protocol>
47<errorcode>
4818
49</errorcode>
50</verify>
51</testcase>
52