test135 560 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Server-side
  2. <reply>
  3. <data>
  4. 0123456789abcdef
  5. 0123456789abcdef
  6. 0123456789abcdef
  7. 0123456789abcdef
  8. </data>
  9. <datacheck nonewline=yes>
  10. 0123456789abc
  11. </datacheck>
  12. <size>
  13. 64
  14. </size>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. ftp
  20. </server>
  21. <name>
  22. FTP retrieve a byte-range
  23. </name>
  24. <command>
  25. -r 4-16 ftp://%HOSTIP:%FTPPORT/135
  26. </command>
  27. </test>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. USER anonymous
  32. PASS curl_by_daniel@haxx.se
  33. PWD
  34. EPSV
  35. TYPE I
  36. SIZE 135
  37. REST 4
  38. RETR 135
  39. QUIT
  40. </protocol>
  41. </verify>