Hi,
I need a secure way to transfer files between two systems running Red Hat Linux 9 by running a program or script from a cron. I would like to run a PHP program from the cron that calls ftp_ssl_connect to create a secure ftp connection:
http://www.php.net/manual/en/function.ftp-ssl-connect.php
ftp_ssl_connect -- Opens an Secure SSL-FTP connection
The only required parameter is the host name. When I make the call it times out. If I use localhost it works. Can anyone please tell me what I have to do to get a PHP ftp_ssl connection working between two Red Hat 9 systems?
In case I can't get this working suggested alternatives would be appreciated.
Thanks!
Mitch