1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7</keywords>
8</info>
9# Server-side
10<reply>
11<mdtm>
12213 20040101121212
13</mdtm>
14</reply>
15
16# Client-side
17<client>
18<server>
19ftp
20</server>
21 <name>
22FTP timed conditioned get file with identical time stamp 
23 </name>
24 <command>
25ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
26</command>
27
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33USER anonymous
34PASS ftp@example.com
35PWD
36MDTM 272
37QUIT
38</protocol>
39</verify>
40</testcase>
41