test1501 570 B

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