= private = protected
system()
Returns system information.
# File lib/net/ftp.rb, line 786 def system resp = sendcmd("SYST") if resp[0, 3] != "215" raise FTPReplyError, resp end return resp[4 .. -1] end