[PHP] Re: Downloding files once

2003-08-14 Thread Manuel Lemos
Hello, On 08/06/2003 12:43 PM, Boaz Yahav wrote: I'm trying to allow users to download files from my servers. Files can be hundreds of MB in size and sometimes even a few GB. This is a closed section of the site and i would like to allow only members to be able to DL the files. I thought of using

[PHP] Re: Downloding files once

2003-08-14 Thread Manuel Lemos
Hello, On 08/06/2003 03:48 PM, Boaz Yahav wrote: This may work but i can't help thinking that this is the wrong way to go. Downloading 1GB or 2GB files via fpassthru doesn't feel right... Why not? As long as it works without blowing your server memory that is fine. The only problem you may have

[PHP] RE: Downloding files once

2003-08-08 Thread Boaz Yahav
passwords can be kept encrypted with mod_auth with no problem. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:04 PM To: Boaz Yahav Cc: [EMAIL PROTECTED]; Igal Rubinstein; Matt Wade Subject: Re: Downloding files once Hello, On 08/06/20

[PHP] Re: Downloding files once

2003-08-06 Thread Manuel Lemos
Hello, On 08/06/2003 03:56 PM, Boaz Yahav wrote: What about using mod_auth_mysql to add/remove usernames and passwords from the download server in real time? Never tried but it could work. The only problem is that for basic auth you need to keep passwords in plain text in the database. -- Rega

[PHP] RE: Downloding files once

2003-08-06 Thread Boaz Yahav
What about using mod_auth_mysql to add/remove usernames and passwords from the download server in real time? -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 7:52 PM To: Boaz Yahav Cc: [EMAIL PROTECTED]; Igal Rubinstein; Matt Wade Subject:

[PHP] RE: Downloding files once

2003-08-06 Thread Boaz Yahav
This may work but i can't help thinking that this is the wrong way to go. Downloading 1GB or 2GB files via fpassthru doesn't feel right... Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. Share your code : http://addexample.weberdev.com -