Re: Quick but authenticated static file content.

2007-02-12 Thread Istvan Albert
On Feb 11, 7:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The goal is to be able to publish > a unique uri for a file that can be accessed via a web page, ensure > that the user is authenticated and permissioned for that uri, then let > them download the file. I've been trying to ev

Re: Quick but authenticated static file content.

2007-02-12 Thread ScottB
On Feb 11, 12:06 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The files will be stored on a general > filesystem (probably on a large SAN array but I appreciate advice on > alternatives that can be shared by multiple servers). An alternative to SAN would be MogileFS (from the same people

Quick but authenticated static file content.

2007-02-11 Thread [EMAIL PROTECTED]
This is more of a deployment/design question than specifically about Django but its done within the content of a Django-based application framework. I'm developing a general http-based file server whose access is controled by a custom authentication&authorization system I have developed a