test117 525 B

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