= private = protected
status()
Returns the status (STAT command).
# File lib/net/ftp.rb, line 811 def status line = "STAT" + CRLF print "put: STAT\n" if @debug_mode @sock.send(line, Socket::MSG_OOB) return getresp end