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