# File lib/net/sftp/session.rb, line 559
      def stat!(path, flags=nil, &callback)
        wait_for(stat(path, flags, &callback), :attrs)
      end