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