test126 539 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Server-side
  2. <reply>
  3. <data>
  4. this is file contents
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP download with multiple replies at once in RETR
  14. </name>
  15. <command>
  16. ftp://%HOSTIP:%FTPPORT/blalbla/lululul/126
  17. </command>
  18. <file name="log/ftpserver.cmd">
  19. RETRWEIRDO
  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. CWD blalbla
  29. CWD lululul
  30. EPSV
  31. TYPE I
  32. SIZE 126
  33. RETR 126
  34. QUIT
  35. </protocol>
  36. </verify>