= private = protected
quit()
Exits the FTP session.
# File lib/net/ftp.rb, line 1282 def quit voidcmd("QUIT") end