blob: 206c1ab744a8f4ac63315bf0884f79f8e1356781 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6LIST
7ACCT
8FAILURE
9</keywords>
10</info>
11#
12# Server-side
13<reply>
14<servercmd>
15REPLY PASS 332 Give me an ACCT now
16REPLY PWD 530 No ACCT, go away
17</servercmd>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24ftp
25</server>
26 <name>
27FTP ACCT request without --ftp-account
28 </name>
29 <command>
30ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<errorcode>
3867
39</errorcode>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43</protocol>
44</verify>
45</testcase>