Title: Remote executing a script using perl
Perl's Net::Telnet and Net::SSH allow you to connect and perform commands using the respective protocol.  I have use Net::Telnet to connect to a remote machine and perform a mount operation so that I can then FTP data from that mount but I could use it to perform any operation that can be done in a Telnet session.  The same goes for the SSH module only it has security.

Matt Schneider
Programmer/System Administrator
SKLD Information Services, LLC

-----Original Message-----
From: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 6:41 AM
To: 'Matt Schneider'; Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail)
Subject: RE: [Perl-unix-users] Remote executing a script using perl

I am trying to execute a remote script. I have to log onto the box to be able to do this
-----Original Message-----
From: Matt Schneider [mailto:[EMAIL PROTECTED]]
Sent: 23 January 2003 03:17
To: 'Mundell, R. (Ronald)'; Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail)
Subject: RE: [Perl-unix-users] Remote executing a script using perl

Ronald,
 
I don't now your security requirements but you could try either the Telnet or SSH module.

Matt Schneider
Programmer/System Administrator
SKLD Information Services, LLC

-----Original Message-----
From: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 2:23 AM
To: Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail)
Subject: [Perl-unix-users] Remote executing a script using perl

Good Day All

Is it possible to execute a script remotely on another PC from a perl script. If so what must I use to accomplish this task

Ronald

Reply via email to