| Author |
Cannot connect to telnet
|
Alan Blass
Ranch Hand
Joined: Mar 21, 2010
Posts: 108
|
|
Hi!
I am trying to connect via telnet. I have specified the IP addres and the port number.
telnet.connect(<ipaddress>, <portNumber>);
But I get
java.net.ConnectException: Connection refused: connect
But I can connect using putty using the same ip address and port.
How can I troubleshoot the java connection refused error?
Thanks
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
|
Putty can be used for both SSH and Telnet. Are you trying to telnet to the SSH port?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Cannot connect to telnet
|
|
|