test1501 624 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. RETR
  6. multi
  7. LIST
  8. DELAY
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <data>
  14. </data>
  15. <servercmd>
  16. DELAY LIST 2
  17. DELAY TYPE 2
  18. </servercmd>
  19. </reply>
  20. # Client-side
  21. <client>
  22. <server>
  23. ftp
  24. </server>
  25. <tool>
  26. lib%TESTNUMBER
  27. </tool>
  28. <killserver>
  29. ftp
  30. </killserver>
  31. <name>
  32. FTP with multi interface and slow LIST response
  33. </name>
  34. <command>
  35. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
  36. </command>
  37. </client>
  38. # Verify data after the test has been "shot"
  39. <verify>
  40. <errorcode>
  41. 0
  42. </errorcode>
  43. <protocol>
  44. USER anonymous
  45. PASS ftp@example.com
  46. PWD
  47. CWD %TESTNUMBER
  48. EPSV
  49. TYPE A
  50. LIST
  51. QUIT
  52. </protocol>
  53. </verify>
  54. </testcase>