诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
860 B

  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. lib526
  29. </tool>
  30. <name>
  31. FTP RETR same file using different handles but same connection
  32. </name>
  33. <command>
  34. ftp://%HOSTIP:%FTPPORT/path/526
  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 526
  47. RETR 526
  48. EPSV
  49. SIZE 526
  50. RETR 526
  51. EPSV
  52. SIZE 526
  53. RETR 526
  54. EPSV
  55. SIZE 526
  56. RETR 526
  57. QUIT
  58. </protocol>
  59. </verify>
  60. </testcase>