# File lib/net/sftp/session.rb, line 551
      def stat(path, flags=nil, &callback)
        request :stat, path, flags, &callback
      end