in reply to Re: Time out error as I connect to remote desktop server using telnet
in thread Time out error as I connect to remote desktop server using telnet
Hi Corion
ya i looked at code.I changed my code like this
use Net::Telnet(); $telnet = new Net::Telnet (Timeout => 10, Prompt => '/\$ $/i'); $telnet->open(host=>'xx.xxx.xxx.xxx', Port => 80); $telnet->login('username', 'password'); print $telnet->cmd('who');
Is this correct one?If it is correct Still i am getting Same error
Can You give me idea to connect remote desktop connection using mstsc
Regards,
Senthil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Time out error as I connect to remote desktop server using telnet
by marto (Cardinal) on Oct 04, 2011 at 11:05 UTC | |
by Anonymous Monk on Oct 04, 2011 at 11:11 UTC | |
by marto (Cardinal) on Oct 04, 2011 at 11:17 UTC | |
by Anonymous Monk on Oct 04, 2011 at 11:32 UTC | |
by marto (Cardinal) on Oct 04, 2011 at 11:36 UTC | |
|