Hi,
please take a look at
https://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html
it describes everything:
ext session recording (typescripts)
The full, raw text content of SSH sessions, including timing
information, can be recorded automatically to a specified directory.
This recording, also known as a "typescript", will be written to two
files within the directory specified by/|typescript-path|/:|/|NAME|/|,
which contains the raw text data, and|/|NAME|/.timing|, which contains
timing information, where/|NAME|/is the value provided for
the/|typescript-name|/parameter.
This format is compatible with the format used by the standard
UNIX*script*command, and can be replayed using*scriptreplay*(if
installed). For example, to replay a typescript called "/|NAME|/", you
would run:
|$| *|scriptreplay /|NAME|/.timing /|NAME |/|*
The .timing file is needed to be able to replay the recording.
Kind regards
Peter
On 22.02.2017 10:57, Anburaj Palraj wrote:
Hi All ,
Can anyone help us with this question ?
On Tue, Feb 21, 2017 at 4:52 PM, Anburaj Palraj <[email protected]
<mailto:[email protected]>> wrote:
Hi All,
i have some questions on "Text Session Recording" . if i enable
this option am seeing two files in the recording folder
one file is ending with .timing
and another one has data .
is this right way guacamole will work ?
if i do not want application to create .timing file what should i do ?