= private = protected
acct(account)
Sends the ACCT command.
This is a less common FTP command, to send account information if the destination host requires it.
# File lib/net/ftp.rb, line 879 def acct(account) cmd = "ACCT " + account voidcmd(cmd) end