Git init
[external/curl.git] / tests / data / test511
1 <testcase>
2 #
3 # Server-side
4 <reply>
5 <servercmd>
6 REPLY MDTM 550 bluah you f00l!
7 REPLY SIZE 550 bluah you f00l!
8 </servercmd>
9 </reply>
10
11 # Client-side
12 <client>
13 <server>
14 ftp
15 </server>
16 # tool is what to use instead of 'curl'
17 <tool>
18 lib511
19 </tool>
20
21  <name>
22 FTP with FILETIME and NOBODY but missing file
23  </name>
24  <command>
25 ftp://%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>
34 19
35 </errorcode>
36 <protocol>
37 USER anonymous\r
38 PASS ftp@example.com\r
39 PWD\r
40 MDTM 511\r
41 QUIT\r
42 </protocol>
43 </verify>
44 </testcase>