test195 457 B

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