12345678910111213141516171819202122232425262728293031323334353637 |
- <testcase>
- <info>
- <keywords>
- FTP
- FAILURE
- </keywords>
- </info>
- # Server-side
- <reply>
- <servercmd>
- REPLY USER 314 bluah you fewl!
- </servercmd>
- </reply>
- # Client-side
- <client>
- <server>
- ftp
- </server>
- <name>
- FTP download, failed login: USER not valid
- </name>
- <command>
- ftp://%HOSTIP:%FTPPORT/113
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 67
- </errorcode>
- <protocol>
- USER anonymous
- </protocol>
- </verify>
- </testcase>
|