1<testcase>
2<reply>
3<mdtm>
4213 20050409102659
5</mdtm>
6</reply>
7
8# Client-side
9<client>
10<server>
11ftp
12</server>
13 <name>
14FTP upload time condition evaluates FALSE => upload anyway
15 </name>
16<file name="log/test248.txt">
17data
18    to
19      see
20that FTP
21works
22  so does it?
23</file>
24 <command>
25ftp://%HOSTIP:%FTPPORT/248 -T log/test248.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>
32data
33    to
34      see
35that FTP
36works
37  so does it?
38</upload>
39<protocol>
40USER anonymous
41PASS ftp@example.com
42PWD
43MDTM 248
44EPSV
45TYPE I
46STOR 248
47QUIT
48</protocol>
49</verify>
50</testcase>
51