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