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