remote login using perl

2006-10-17 Thread Sayed, Irfan \(Irfan\)
Hi all,
 
 I need to login to the windows machine remotely using perl script . I
searched the perl modules and CPAN network. but did not get any.
 
Is there any way to do this in perl script.? Can anybody has done this
before. please help
 
 Regards
Irfan.
 
 
 


Re: remote login using perl

2006-10-18 Thread Blue Band

Irfan,
When you say remote login, what do you mean by that? is that via ssh or via
remote desktop or any the way?

If the remote machine can support ssh connection, you can use perl ssh
modules to remotely login and perform anything you want via perl script.

Hope this help


On 10/17/06, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:


Hi all,

I need to login to the windows machine remotely using perl script . I
searched the perl modules and CPAN network. but did not get any.

Is there any way to do this in perl script.? Can anybody has done this
before. please help

Regards
Irfan.







RE: remote login using perl

2006-10-18 Thread Sayed, Irfan \(Irfan\)
I need to login on remote machine which is windows , and i think windows
doesent support ssh login unless ssh server installed.
 
Either i have to use VNC , remote desktop shairing etc.
 
I need to automate this using script.
 
Please help.
 
Regards
Irfan.
 
 

  _  

From: Blue Band [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 19, 2006 12:48 AM
To: Sayed, Irfan (Irfan)
Cc: beginners@perl.org
Subject: Re: remote login using perl


Irfan,
When you say remote login, what do you mean by that? is that via ssh or
via remote desktop or any the way?
 
If the remote machine can support ssh connection, you can use perl ssh
modules to remotely login and perform anything you want via perl script.
 
Hope this help

 
On 10/17/06, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: 

Hi all,

I need to login to the windows machine remotely using perl
script . I
searched the perl modules and CPAN network. but did not get any.


Is there any way to do this in perl script.? Can anybody has
done this
before. please help

Regards
Irfan.









Re: remote login using perl

2006-10-19 Thread Mumia W.

On 10/19/2006 01:11 AM, Sayed, Irfan (Irfan) wrote:

I need to login on remote machine which is windows , and i think windows
doesent support ssh login unless ssh server installed.
 
Either i have to use VNC , remote desktop shairing etc.
 
I need to automate this using script.
 
Please help.
 
Regards

Irfan.
 
 [ rest of TOFU snipped ]


Bottom-posting is a much better way to get responses than top-posting. 
To bottom-post, place your reply beneath the other person's quoted text.


Go to http://search.cpan.org/ and search for "remote".


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]