1<testcase>
2#
3# Server-side
4<reply>
5<data>
6contents of file
7</data>
8<servercmd>
9REPLY MDTM 213 20030405060708
10</servercmd>
11</reply>
12
13# Client-side
14<client>
15<server>
16ftp
17</server>
18# tool is what to use instead of 'curl'
19<tool>
20lib520
21</tool>
22
23 <name>
24FTP RETR with FILETIME
25 </name>
26 <command>
27ftp://%HOSTIP:%FTPPORT/520
28</command>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39MDTM 520
40EPSV
41TYPE I
42SIZE 520
43RETR 520
44QUIT
45</protocol>
46</verify>
47</testcase>
48