reiver / go-telnet

Package telnet provides TELNET and TELNETS client and server implementations, for the Go programming language, in a style similar to the "net/http" library that is part of the Go standard library, including support for "middleware"; TELNETS is secure TELNET, with the TELNET protocol over a secured TLS (or SSL) connection.
https://godoc.org/github.com/reiver/go-telnet
MIT License
263 stars 83 forks source link

Server response log #15

Open ovitente opened 4 years ago

ovitente commented 4 years ago

@reiver Please give a tip, how can I see the response of the remote server that is accepting my commands.
I don't know how to debug it using your repo.

Thank you.