test122 502 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Server-side
  2. <reply>
  3. <size>
  4. 5
  5. </size>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP download resume with whole file already downloaded
  14. </name>
  15. <command>
  16. ftp://%HOSTIP:%FTPPORT/122 -C 5
  17. </command>
  18. <file name="log/ftpserver.cmd">
  19. REPLY EPSV 500 no such command
  20. </file>
  21. </test>
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <protocol>
  25. USER anonymous
  26. PASS curl_by_daniel@haxx.se
  27. PWD
  28. EPSV
  29. PASV
  30. TYPE I
  31. SIZE 122
  32. QUIT
  33. </protocol>
  34. </verify>