If I wanted to use this utility to copy a file from a users (Windows)
workstation to my (Linux) webserver, how would I do this?  The program on
the users workstation will create a file called "info.txt" and place it in
c:\wow.  I want it to go to my server upload.mydomain.com.  How do I get the
file c:\wow\info.txt from the user to my web server over https?  

-----Original Message-----
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 2:45 PM
To: Michael Conley
Cc: '[EMAIL PROTECTED]'
Subject: RE: [PHP] File Transfer over HTTPS


> My goal is to have someone on a Windows machine running a program be able
to
> transfer a file from the client workstation to my web server over HTTPS
(but
> without a browser).  With CURL, does the client need to run this app on
> their system?  Of course, I would like this to be as simple and
> non-intrusive as possible.

Yes, they would.  The SSL protocol is complex involving a key exchange and
then encryption done client-side.  You are going to have to run something
on the client to do this.

-Rasmus

-- 
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]

Reply via email to