test295 533 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. LIST
  7. ACCT
  8. FAILURE
  9. </keywords>
  10. </info>
  11. #
  12. # Server-side
  13. <reply>
  14. <servercmd>
  15. REPLY PASS 332 Give me an ACCT now
  16. REPLY PWD 530 No ACCT, go away
  17. </servercmd>
  18. </reply>
  19. #
  20. # Client-side
  21. <client>
  22. <server>
  23. ftp
  24. </server>
  25. <name>
  26. FTP ACCT request without --ftp-account
  27. </name>
  28. <command>
  29. ftp://%HOSTIP:%FTPPORT/295/
  30. </command>
  31. </client>
  32. #
  33. # Verify data after the test has been "shot"
  34. <verify>
  35. <errorcode>
  36. 67
  37. </errorcode>
  38. <protocol>
  39. USER anonymous
  40. PASS ftp@example.com
  41. </protocol>
  42. </verify>
  43. </testcase>