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<strip> 41QUIT 42</strip> 43 44<protocol> 45USER anonymous 46PASS ftp@example.com 47PWD 48MDTM 520 49EPSV 50TYPE I 51SIZE 520 52RETR 520 53QUIT 54</protocol> 55</verify> 56</testcase> 57