test532 938 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. lib%TESTNUMBER
  29. </tool>
  30. <name>
  31. FTP RETR same file using reset handles between each transfer
  32. </name>
  33. <command>
  34. ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
  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 %TESTNUMBER
  47. RETR %TESTNUMBER
  48. EPSV
  49. SIZE %TESTNUMBER
  50. RETR %TESTNUMBER
  51. EPSV
  52. SIZE %TESTNUMBER
  53. RETR %TESTNUMBER
  54. EPSV
  55. SIZE %TESTNUMBER
  56. RETR %TESTNUMBER
  57. QUIT
  58. </protocol>
  59. </verify>
  60. </testcase>