test195 500 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. <servercmd>
  10. REPLY PASS 530 temporarily not available
  11. </servercmd>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. ftp
  17. </server>
  18. <name>
  19. FTP response 530 after PASS, temporarily not allowed access
  20. </name>
  21. <command>
  22. ftp://%HOSTIP:%FTPPORT/195
  23. </command>
  24. </client>
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <errorcode>
  28. 67
  29. </errorcode>
  30. <protocol>
  31. USER anonymous
  32. PASS ftp@example.com
  33. </protocol>
  34. </verify>
  35. </testcase>