test111 458 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Server-side
  2. <reply>
  3. <size>
  4. 85
  5. </size>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP download resume beyond file size
  14. </name>
  15. <command>
  16. ftp://%HOSTIP:%FTPPORT/111 -C 2000
  17. </command>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <errorcode>
  22. 36
  23. </errorcode>
  24. <strip>
  25. </strip>
  26. <protocol>
  27. USER anonymous
  28. PASS curl_by_daniel@haxx.se
  29. PWD
  30. EPSV
  31. TYPE I
  32. SIZE 111
  33. QUIT
  34. </protocol>
  35. </verify>