1<testcase> 2<info> 3<keywords> 4FTP 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11<data> 12contents of file 13</data> 14<servercmd> 15REPLY MDTM 213 20030405060708 16</servercmd> 17</reply> 18 19# Client-side 20<client> 21<server> 22ftp 23</server> 24# tool is what to use instead of 'curl' 25<tool> 26lib520 27</tool> 28 29 <name> 30FTP RETR with FILETIME 31 </name> 32 <command> 33ftp://%HOSTIP:%FTPPORT/520 34</command> 35</client> 36 37# 38# Verify data after the test has been "shot" 39<verify> 40 41<protocol> 42USER anonymous 43PASS ftp@example.com 44PWD 45MDTM 520 46EPSV 47TYPE I 48SIZE 520 49RETR 520 50QUIT 51</protocol> 52</verify> 53</testcase> 54