[PHP] Remote file download and https

2002-09-04 Thread Radu Manole
Hi Guys, I'm trying to create a transparent download using a script (the script would run from my local machine) that will request a file from a remote server, that looks like this (https request): https://www.httpsserver.net/Pages/Download.asp?usr=testpass=testfrom=05/01 /02to=09/03/02 This

Re: [PHP] Remote file download and https

2002-09-04 Thread Justin French
There is a download script (commonly used for restricting downloads to members, etc) on Zend.com... if you can't find it (in tutorials or articles), let me know. It should give you a good understanding of the principals, and a decent head start on the code, as it did for me. I don't think there