xref: /curl/tests/data/test511 (revision cd4aee15)
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<strip>
39QUIT
40</strip>
41# CURLE_REMOTE_FILE_NOT_FOUND
42<errorcode>
4378
44</errorcode>
45<protocol>
46USER anonymous
47PASS ftp@example.com
48PWD
49MDTM %TESTNUMBER
50TYPE I
51SIZE %TESTNUMBER
52QUIT
53</protocol>
54</verify>
55</testcase>
56