xref: /curl/tests/data/test1913 (revision e2b4df7b)
1<testcase>
2<info>
3<keywords>
4FTP
5CURLOPT_NOBODY
6</keywords>
7</info>
8
9# Server-side
10<reply>
11<servercmd>
12REPLY SIZE 550 no such file
13</servercmd>
14</reply>
15
16# Client-side
17<client>
18<server>
19ftp
20</server>
21
22# require debug so that alt-svc can work over plain old HTTP
23<name>
24FTP with NOBODY set, getting a missing file
25</name>
26<tool>
27lib%TESTNUMBER
28</tool>
29
30<command>
31ftp://%HOSTIP:%FTPPORT/not-there/%TESTNUMBER
32</command>
33</client>
34
35# Verify data after the test has been "shot"
36<verify>
37<errorcode>
3878
39</errorcode>
40</verify>
41</testcase>
42