xref: /aosp_15_r20/external/curl/tests/data/test229 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4FTP
5ACCT
6FAILURE
7</keywords>
8</info>
9# Server-side
10<reply>
11<servercmd>
12REPLY PASS 332 please provide account name
13REPLY ACCT 532 bluah!
14</servercmd>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP RETR with bad ACCT
24</name>
25<command>
26ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-account "one count"
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33USER anonymous
34PASS [email protected]
35ACCT one count
36</protocol>
37<errorcode>
3811
39</errorcode>
40</verify>
41</testcase>
42