test115 522 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY PASV 314 bluah you f00l!
  13. REPLY EPSV 314 bluah you f00l!
  14. </servercmd>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. ftp
  20. </server>
  21. <name>
  22. FTP download, failed PASV
  23. </name>
  24. <command>
  25. ftp://%HOSTIP:%FTPPORT/115
  26. </command>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <errorcode>
  31. 13
  32. </errorcode>
  33. <protocol>
  34. USER anonymous
  35. PASS ftp@example.com
  36. PWD
  37. EPSV
  38. PASV
  39. QUIT
  40. </protocol>
  41. </verify>
  42. </testcase>