Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
42 lines
541 B
Plaintext
42 lines
541 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
ACCT
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<servercmd>
|
|
REPLY PASS 332 please provide account name
|
|
REPLY ACCT 532 bluah!
|
|
</servercmd>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP RETR with bad ACCT
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/229 --ftp-account "one count"
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
ACCT one count
|
|
</protocol>
|
|
<errorcode>
|
|
11
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|