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