# File lib/net/ftp.rb, line 810
    def close
      @sock.close if @sock and not @sock.closed?
    end