test118 608 B

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