1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6RETR 7</keywords> 8</info> 9# Server-side 10<reply> 11<data> 120123456789abcdef 13</data> 14</reply> 15 16# Client-side 17<client> 18<server> 19ftp 20</server> 21 <name> 22FTP with user and no password 23 </name> 24 <command> 25-u user: ftp://%HOSTIP:%FTPPORT/136 26</command> 27</client> 28 29# Verify data after the test has been "shot" 30<verify> 31<protocol> 32USER user 33PASS 34PWD 35EPSV 36TYPE I 37SIZE 136 38RETR 136 39QUIT 40</protocol> 41</verify> 42</testcase> 43