2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-05-21 18:38:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
ACCT
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2005-01-25 17:13:12 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
data
|
|
|
|
to
|
|
|
|
see
|
|
|
|
that FTP
|
|
|
|
works
|
|
|
|
so does it?
|
|
|
|
</data>
|
2007-04-18 16:22:01 -04:00
|
|
|
<servercmd>
|
|
|
|
REPLY PASS 332 please provide account name
|
|
|
|
REPLY ACCT 230 thank you
|
|
|
|
</servercmd>
|
2005-01-25 17:13:12 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP RETR with ACCT
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/228 --ftp-account "one count"
|
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2005-01-25 17:13:12 -05:00
|
|
|
ACCT one count
|
|
|
|
PWD
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 228
|
|
|
|
RETR 228
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|