test110 606 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Server-side
  2. <reply>
  3. <data>
  4. expected to be a file without the first part
  5. but we emulate that
  6. </data>
  7. <size>
  8. 85
  9. </size>
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. ftp
  15. </server>
  16. <name>
  17. FTP download resume with set limit
  18. </name>
  19. <command>
  20. ftp://%HOSTIP:%FTPPORT/110 -C 20
  21. </command>
  22. <file name="log/ftpserver.cmd">
  23. REPLY EPSV 500 no such command
  24. </file>
  25. </test>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <strip>
  29. </strip>
  30. <protocol>
  31. USER anonymous
  32. PASS curl_by_daniel@haxx.se
  33. PWD
  34. EPSV
  35. PASV
  36. TYPE I
  37. SIZE 110
  38. REST 20
  39. RETR 110
  40. QUIT
  41. </protocol>
  42. </verify>