blob: 91a3388fc7ecd3fa0760590a12608f73568c1696 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<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 doesn't send QUIT because of known bug:
36# "7.8 Premature transfer end but healthy control channel"
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41EPSV
42TYPE I
43SIZE 161
44RETR 161
45</protocol>
46# CURLE_PARTIAL_FILE = 18
47<errorcode>
4818
49</errorcode>
50</verify>
51</testcase>