FTP
ACCT
FAILURE
compressed
# Server-side
# Client-side
ftp
FTP RETR with bad ACCT
ftp://%HOSTIP:%FTPPORT/229 --ftp-account "one count"
REPLY PASS 332 please provide account name
REPLY ACCT 532 bluah!
# Verify data after the test has been "shot"
USER anonymous
PASS curl_by_daniel@haxx.se
ACCT one count
11