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