test1914 551 B

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