P.V.Anthony wrote:
Hi,

Trying to reduce the habit of sending large files through email so I
need an open source "YouSendIt" type web app.

Did some google search and got no good results.

If anyone knows of one, please share the link to it or which keyword
should be used for a google search or SourceForge search.

I use something similar, but it doesn't meet all your requirements. I have a couple scripts that allow users to upload large files via a web page, and then I have an Apache directive that allows the directory to be viewed like a web page. I run a cron that removes the files after 36 hours to prevent entropy. It doesn't generate a random hash like you're asking, but I've even gotten my non-technical users to use it. Drawback is that they're PHP based. I have seen a solution like you're asking in the past, but it was years before the whole DomainKeys/DKIM/SenderID generation - it used a program (ripmime?) that would break the mime out of the email, place it in a web directory and randomly generate a name. I believe it also used a cron to remove the file after 'x' hours. I don't see how this wouldn't absolutely trash any DK* style containers though.

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to