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