# File lib/net/sftp/session.rb, line 413
      def opendir!(path, &callback)
        wait_for(opendir(path, &callback), :handle)
      end