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