1<testcase> 2<info> 3<keywords> 4FTP 5</keywords> 6</info> 7 8<reply> 9<mdtm> 10213 20030409102659 11</mdtm> 12</reply> 13 14# Client-side 15<client> 16<server> 17ftp 18</server> 19 <name> 20FTP upload time condition evaluates TRUE => skip upload 21 </name> 22<file name="log/test247.txt"> 23data 24 to 25 see 26that FTP 27works 28 so does it? 29</file> 30 <command> 31ftp://%HOSTIP:%FTPPORT/247 -T log/test247.txt -z "apr 1 2005 08:00:00" 32</command> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<upload> 38</upload> 39<protocol> 40USER anonymous 41PASS ftp@example.com 42PWD 43MDTM 247 44QUIT 45</protocol> 46</verify> 47</testcase> 48