How can I implement TELNET in Java?
Created May 4, 2012
Yasar Qureshi The specification of the TELNET protocol is
RFC 854, which can be found at
http://www.faqs.org/rfcs/rfc854.html. This RFC tells you everything you
need to know in order to implement TELNET.