1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7--ignore-content-length
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
13data
14    to
15      see
16that FTP
17works
18  so does it?
19</data>
20<servercmd>
21REPLY EPSV 500 no such command
22</servercmd>
23</reply>
24
25# Client-side
26<client>
27<server>
28ftp
29</server>
30 <name>
31FTP RETR --ignore-content-length
32 </name>
33 <command>
34ftp://%HOSTIP:%FTPPORT/1137 --ignore-content-length
35</command>
36
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<protocol>
42USER anonymous
43PASS ftp@example.com
44PWD
45EPSV
46PASV
47TYPE I
48RETR 1137
49QUIT
50</protocol>
51</verify>
52</testcase>
53