# File lib/net/sftp/protocol/01/base.rb, line 188
    def stat(path, flags=nil)
      send_request(FXP_STAT, :string, path)
    end