I am accessing my unix box through telnet.
I want to connect to it by giving the userid, password and host ip altogether.
Just look into the below command line:
telnet ://userid

assword@host-ip
I am calling this line from java program.
But I unable to connect, it is giving the error:
Connecting To ://uid
[email protected] not open connection to the host, on port 23: Connect failed.
Can anybody suggest me on this?