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. Re

RE: remote login using perl

2006-10-18 Thread Sayed, Irfan \(Irfan\)
:[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

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, I

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.