1827892 Members
1936 Online
109969 Solutions
New Discussion

SSH on PHP and Perl

 
Venkat_33
Frequent Advisor

SSH on PHP and Perl

Please help me out how to use SSH command on PHP and Perl

Here i want to run commands from local to Remote servers using perl and php using ssh on that scripts
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: SSH on PHP and Perl

Hi Venkat,

You can use SSH with Perl if you have installed

http://www.stupidfool.org/perl/docs/perldoc/Net/SSH/Perl.html

For PHP, http://www.phpcomplete.com/archives/2004/12/22/ssh-for-php/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Venkat_33
Frequent Advisor

Re: SSH on PHP and Perl

how to do pls help
Arunvijai_4
Honored Contributor

Re: SSH on PHP and Perl

Venkat,

Take a look at examples given in the above pages.

-Arun

P.S Remember to assign points
"A ship in the harbor is safe, but that is not what ships are built for"