test511 625 B

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