1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6FAILURE
7</keywords>
8</info>
9# Server-side
10<reply>
11<servercmd>
12REPLY PASV 314 bluah you f00l!
13REPLY EPSV 314 bluah you f00l!
14</servercmd>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22 <name>
23FTP download, failed PASV
24 </name>
25 <command>
26ftp://%HOSTIP:%FTPPORT/115
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<errorcode>
3313
34</errorcode>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39EPSV
40PASV
41QUIT
42</protocol>
43</verify>
44</testcase>
45