Thread
:
Telnet client Java
View Single Post
#
2
(
permalink
)
07-30-2007, 11:59 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
Telnet is really easy with Java. Use the java.net.Socket class to create a TCP socket to the server. Then you can read and write to the Output/InputStreams. I would wrap those stream classes in Readers to make thing a little easier.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks