1<testcase> 2<info> 3<keywords> 4FTP 5FAILURE 6</keywords> 7</info> 8# Server-side 9<reply> 10<servercmd> 11REPLY USER 314 bluah you fewl! 12</servercmd> 13</reply> 14 15# Client-side 16<client> 17<server> 18ftp 19</server> 20 <name> 21FTP download, failed login: USER not valid 22 </name> 23 <command> 24ftp://%HOSTIP:%FTPPORT/113 25</command> 26</client> 27 28# Verify data after the test has been "shot" 29<verify> 30<errorcode> 3167 32</errorcode> 33<protocol> 34USER anonymous 35</protocol> 36</verify> 37</testcase> 38