> Bottom line- Is there a way that an application (not browser-based) can
> transfer a file to my web server over HTTPS without going through the
> browser? Can they just open a connection on port 443 and transfer? Where
> does the encryption happen? I have this happening easily through a browser
> via a PHP script, but now I need to figure out how to do it without the
> browser interface.
There is a command-line tool called curl that can do this.
See http://curl.haxx.se/docs/readme.curl.html
-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]