1<testcase>
2#
3# Server-side
4<reply>
5<servercmd>
6REPLY MDTM 550 bluah you f00l!
7REPLY SIZE 550 bluah you f00l!
8</servercmd>
9</reply>
10
11# Client-side
12<client>
13<server>
14ftp
15</server>
16# tool is what to use instead of 'curl'
17<tool>
18lib511
19</tool>
20
21 <name>
22FTP with FILETIME and NOBODY but missing file
23 </name>
24 <command>
25ftp://%HOSTIP:%FTPPORT/511
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32# CURLE_FTP_COULDNT_RETR_FILE
33<errorcode>
3419
35</errorcode>
36<protocol>
37USER anonymous
38PASS ftp@example.com
39PWD
40MDTM 511
41QUIT
42</protocol>
43</verify>
44</testcase>
45