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

  • Comment on Re^2: Time out error as I connect to remote desktop server using telnet
  • Download Code

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

    Can you connect using telnet from the Windows command prompt?

    Update: are you the same Senthil who asked about mstsc here?

      hi

      In command prompt I typed telnet It shows access is denied

      Is this correct one to connect using telnet

        You need to test that you can connect via some established method. If access to the telnet command is blocked from your desktop, it could be that your sysadmins have locked it down entirely for security purposes. Contact your sysadmins/network admins.