= private = protected
help(arg = nil)
Issues the HELP command.
# File lib/net/ftp.rb, line 871 def help(arg = nil) cmd = "HELP" if arg cmd = cmd + " " + arg end sendcmd(cmd) end