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