1<testcase>
2# Server-side
3<reply>
4<data>
51oooooooooooooooooooooooooooooooooooooooooo2
6</data>
7<size>
810928
9</size>
10</reply>
11
12# Client-side
13<client>
14<server>
15ftp
16</server>
17 <name>
18FTP RETR PASV
19 </name>
20 <command>
21ftp://%HOSTIP:%FTPPORT/161
22</command>
23</client>
24
25
26# Verify data after the test has been "shot"
27<verify>
28<protocol>
29USER anonymous
30PASS ftp@example.com
31PWD
32EPSV
33TYPE I
34SIZE 161
35RETR 161
36</protocol>
37<errorcode>
3818
39</errorcode>
40</verify>
41</testcase>
42