test538 613 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. FAILURE
  6. multi
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY PASS 314 bluah you f00l!
  13. </servercmd>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <server>
  18. ftp
  19. </server>
  20. # NOTE that we use the 504 tool for this case
  21. <tool>
  22. lib504
  23. </tool>
  24. <name>
  25. FTP multi-interface download, failed login: PASS not valid
  26. </name>
  27. <command>
  28. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
  29. </command>
  30. </client>
  31. # Verify data after the test has been "shot"
  32. # TEST_ERR_SUCCESS is errorcode 120
  33. <verify>
  34. <errorcode>
  35. 120
  36. </errorcode>
  37. <protocol>
  38. USER anonymous
  39. PASS ftp@example.com
  40. </protocol>
  41. </verify>
  42. </testcase>