test111 507 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. Resume
  7. FAILURE
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <size>
  13. 85
  14. </size>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. ftp
  20. </server>
  21. <name>
  22. FTP download resume beyond file size
  23. </name>
  24. <command>
  25. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 2000
  26. </command>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <errorcode>
  31. 36
  32. </errorcode>
  33. <protocol>
  34. USER anonymous
  35. PASS ftp@example.com
  36. PWD
  37. EPSV
  38. TYPE I
  39. SIZE %TESTNUMBER
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>