# File lib/net/sftp/session.rb, line 517
      def rmdir!(path, &callback)
        wait_for(rmdir(path, &callback))
      end