[PHP] uploading files to another server from PHP using SSL

2001-07-25 Thread Dennis Gearon

Is it possible to open a 'https://'  connection via any functions in PHP? For
example, if I have script that I want to use to edit files on another box which
has SSL enabled, I download the file using the SSL, and upload it through a
script as well?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] uploading files to another server from PHP using SSL

2001-07-25 Thread Vincent Stoessel

Take a look at the curl functionality in the ph manual

Dennis Gearon wrote:
 Is it possible to open a 'https://'  connection via any functions in PHP? For
 example, if I have script that I want to use to edit files on another box which
 has SSL enabled, I download the file using the SSL, and upload it through a
 script as well?
 
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]