test527 860 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. RETR
  7. multi
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. file contents should appear once for each file
  14. </data>
  15. <datacheck>
  16. file contents should appear once for each file
  17. file contents should appear once for each file
  18. file contents should appear once for each file
  19. file contents should appear once for each file
  20. </datacheck>
  21. </reply>
  22. # Client-side
  23. <client>
  24. <server>
  25. ftp
  26. </server>
  27. <tool>
  28. lib527
  29. </tool>
  30. <name>
  31. FTP RETR same file using different handles but same connection
  32. </name>
  33. <command>
  34. ftp://%HOSTIP:%FTPPORT/path/527
  35. </command>
  36. </client>
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. <protocol>
  40. USER anonymous
  41. PASS ftp@example.com
  42. PWD
  43. CWD path
  44. EPSV
  45. TYPE I
  46. SIZE 527
  47. RETR 527
  48. EPSV
  49. SIZE 527
  50. RETR 527
  51. EPSV
  52. SIZE 527
  53. RETR 527
  54. EPSV
  55. SIZE 527
  56. RETR 527
  57. QUIT
  58. </protocol>
  59. </verify>
  60. </testcase>