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/%TESTNUMBER 27</command> 28</client> 29 30# Verify data after the test has been "shot" 31<verify> 32<strip> 33QUIT 34</strip> 35<errorcode> 3613 37</errorcode> 38<protocol> 39USER anonymous 40PASS ftp@example.com 41PWD 42EPSV 43PASV 44QUIT 45</protocol> 46</verify> 47</testcase> 48