test126 577 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. RETR
  7. RETRWEIRDO
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. this is file contents
  14. </data>
  15. <servercmd>
  16. RETRWEIRDO
  17. </servercmd>
  18. </reply>
  19. # Client-side
  20. <client>
  21. <server>
  22. ftp
  23. </server>
  24. <name>
  25. FTP download with multiple replies at once in RETR
  26. </name>
  27. <command>
  28. ftp://%HOSTIP:%FTPPORT/blalbla/lululul/126
  29. </command>
  30. </client>
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. USER anonymous
  35. PASS ftp@example.com
  36. PWD
  37. CWD blalbla
  38. CWD lululul
  39. EPSV
  40. TYPE I
  41. SIZE 126
  42. RETR 126
  43. QUIT
  44. </protocol>
  45. </verify>
  46. </testcase>