xref: /curl/tests/data/test511 (revision 3fd80c7b)
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>
24lib%TESTNUMBER
25</tool>
26
27<name>
28FTP with FILETIME and NOBODY but missing file
29</name>
30<command>
31ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
32</command>
33</client>
34
35#
36# Verify data after the test has been "shot"
37<verify>
38# CURLE_REMOTE_FILE_NOT_FOUND
39<errorcode>
4078
41</errorcode>
42<protocol>
43USER anonymous
44PASS ftp@example.com
45PWD
46MDTM %TESTNUMBER
47TYPE I
48SIZE %TESTNUMBER
49QUIT
50</protocol>
51</verify>
52</testcase>
53