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.
Can you help give me an example of linking a external applications standard out to this server.
I have a telnet server in CYGWIN and it is giving issue. I would like to hook up the existing application that to this server.
Hello,
Thanks for making this project.
Can you help give me an example of linking a external applications standard out to this server. I have a telnet server in CYGWIN and it is giving issue. I would like to hook up the existing application that to this server.
Thanks in advance.