test113 426 B

123456789101112131415161718192021222324252627282930
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. ftp
  8. </server>
  9. <name>
  10. FTP download, failed login: USER not valid
  11. </name>
  12. <command>
  13. ftp://%HOSTIP:%FTPPORT/113
  14. </command>
  15. <file name="log/ftpserver.cmd">
  16. REPLY USER 314 bluah you fewl!
  17. </file>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <errorcode>
  22. 12
  23. </errorcode>
  24. <protocol>
  25. USER anonymous
  26. </protocol>
  27. </verify>