test511 582 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. #
  3. # Server-side
  4. <reply>
  5. <servercmd>
  6. REPLY MDTM 550 bluah you f00l!
  7. REPLY SIZE 550 bluah you f00l!
  8. </servercmd>
  9. </reply>
  10. # Client-side
  11. <client>
  12. <server>
  13. ftp
  14. </server>
  15. # tool is what to use instead of 'curl'
  16. <tool>
  17. lib511
  18. </tool>
  19. <name>
  20. FTP with FILETIME and NOBODY but missing file
  21. </name>
  22. <command>
  23. ftp://%HOSTIP:%FTPPORT/511
  24. </command>
  25. </client>
  26. #
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. # CURLE_FTP_COULDNT_RETR_FILE
  30. <errorcode>
  31. 19
  32. </errorcode>
  33. <protocol>
  34. USER anonymous
  35. PASS ftp@example.com
  36. PWD
  37. MDTM 511
  38. QUIT
  39. </protocol>
  40. </verify>
  41. </testcase>