= private = protected
system()
Returns system information.
# File lib/net/ftp.rb, line 1215 def system resp = sendcmd("SYST") if !resp.start_with?("215") raise FTPReplyError, resp end return get_body(resp) end