# File lib/net/ftp.rb, line 801
    def site(arg)
      cmd = "SITE " + arg
      voidcmd(cmd)
    end