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