# File lib/net/sftp/protocol/driver.rb, line 208
    def respond_to?( sym )
      super || @state == :open && @dispatcher.respond_to?( sym )
    end