mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
5626cdd351
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3744 d0543943-73ff-0310-b7d9-9358b9ac24b2
41 lines
551 B
Plaintext
41 lines
551 B
Plaintext
<info>
|
|
<keywords>
|
|
FTP
|
|
ACCT
|
|
FAILURE
|
|
compressed
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<name>
|
|
FTP RETR with bad ACCT
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/229 --ftp-account "one count"
|
|
</command>
|
|
<file name="log/ftpserver.cmd">
|
|
REPLY PASS 332 please provide account name
|
|
REPLY ACCT 532 bluah!
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS curl_by_daniel@haxx.se
|
|
ACCT one count
|
|
</protocol>
|
|
<errorcode>
|
|
11
|
|
</errorcode>
|
|
</verify>
|