test127 539 B

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