test1913 533 B

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