test1000 459 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. LIST
  7. NOBODY
  8. </keywords>
  9. </info>
  10. #
  11. # Server-side
  12. <reply>
  13. <datacheck>
  14. </datacheck>
  15. </reply>
  16. #
  17. # Client-side
  18. <client>
  19. <server>
  20. ftp
  21. </server>
  22. <name>
  23. FTP dir list PASV with -I
  24. </name>
  25. <command>
  26. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ -I
  27. </command>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <protocol>
  33. USER anonymous
  34. PASS ftp@example.com
  35. PWD
  36. CWD %TESTNUMBER
  37. QUIT
  38. </protocol>
  39. </verify>
  40. </testcase>