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