# File lib/net/ftp.rb, line 595
    def acct(account)
      cmd = "ACCT " + account
      voidcmd(cmd)
    end