1<testcase> 2<info> 3<keywords> 4FTP 5NOBODY 6</keywords> 7</info> 8# Server-side 9<reply> 10<data> 11</data> 12<size> 1342 14</size> 15<mdtm> 16213 20030409102659 17</mdtm> 18</reply> 19 20# Client-side 21<client> 22<server> 23ftp 24</server> 25 <name> 26FTP download info with -I 27 </name> 28 <command> 29ftp://%HOSTIP:%FTPPORT/blalbla/141 -I 30</command> 31</client> 32 33# Verify data after the test has been "shot" 34<verify> 35<protocol> 36USER anonymous 37PASS ftp@example.com 38PWD 39CWD blalbla 40MDTM 141 41TYPE I 42SIZE 141 43REST 0 44QUIT 45</protocol> 46<stdout> 47Last-Modified: Wed, 09 Apr 2003 10:26:59 GMT 48Content-Length: 42 49Accept-ranges: bytes 50</stdout> 51</verify> 52</testcase> 53