Open mappindrones opened 6 years ago
@mappindrones The HTTP URL path is /transcript
and the example directory where transcripts are stored is transcripts
. I agree this is a bit confusing. It would be easy enough to register the transcriptHandler
for both URL paths here https://github.com/IBM/ttyspy/blob/master/src/session_receiver/session_receiver.go#L108.
Client is posting to server/transcript, and server appears to be listening on /transcript however session_receiver and test_sh both store to srv/transcripts and tmp/transcripts, respectively. Seems to still work, but different than described in documentation.
Also, documentation seems clear on the execution of ttyspy but vague on how ttyspyd and session_receiver are supposed to be called in a running system.
Keep up the great work!