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