Hi,
We need a secure way to transfer files by running a program or script from a cron. I am planning to use the following function in php:
http://www.php.net/manual/en/function.ftp-ssl-connect.php
ftp_ssl_connect -- Opens an Secure SSL-FTP connection
When I make the call it times out. I don't know how to set up our servers so that it will work. Any help or advice will be very much appreciated!
Alternative approach's might be useful if we can't make this work.
Thanks!
Mitch