Posted by Erwin Moller on 10/03/06 07:44
runner7 wrote:
> Can anyone tell me the easiest or best way to do secure
> server-to-server transmissions using PHP? Does SSL work for
> server-to-server? Thanks for any replies.
Hi,
Did you look up ftp at www.php.net?
Just type ftp in the searchbox, select the functions, and go.
Read it. :-)
It contains a link to a function named ftp_ssl_connect() which does what you
need.
Regards,
Erwin Moller
[Back to original message]
|