On Wednesday 25 April 2001 01:15, Rasmus Lerdorf wrote:
> > 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?
>
> You'll need the user to run some program that sends it.  Like the curl
> thing if it actually works on Windows.
>
> -Rasmus

If you're running ssh on the server you can try the scp (secure copy ?) 
protocol. For windows there's is a freeware called winscp (loop it up in 
google). But this has nothing to do with php.

-- 
Meir Kriheli

  There's someone in my head, but it's not me - Pink Floyd

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