= private = protected
acct(account)
Sends the ACCT command. TODO: more info.
# File lib/net/ftp.rb, line 596 def acct(account) cmd = "ACCT " + account voidcmd(cmd) end