Link to home
Start Free TrialLog in
Avatar of damien_law
damien_law

asked on

Java telnet client

I am trying to write a java telnet client.  

Basically all i'm trying to do is to have the client connect to a telnet server (which only accepts username/password) and authenticate then have it disconnect.

At the moment i'm able to make the connection to the server, but am having trouble reading the login message and get the client to know that a username password is required.

Can anyone help with advice or source code?

thanks
ASKER CERTIFIED SOLUTION
Avatar of ozymandias
ozymandias
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial