dropload for my own server?
October 31, 2008 8:49 AM Subscribe
I was wondering if there is a script/tool that I can install on my own webserver (apache2 on linux) that will do the work or dropload or yousendit or one of those numerous websites.
So I want to be able to upload and provide links for downloading files. The app should also allow me to send an email with a link to the person I uploaded the file for.
I really want to just be able to send someone large files with minimal issues, and due to security/privacy reasons, I do not want to use dropload.com or yousendit.com or dropbox.com, but would rather do it with/on my own server.
So does anyone know of any clones of the above mentioned websites that might work off of my server?
At the very least it should allow me to set a per-file password, or make a file available for download to only the person I sent a link to.
Thank you.
posted by carthik to computers & internet (5 answers total) 2 users marked this as a favorite
>The app should also allow me to send an email with a link to the person I uploaded the file for.
Doubt any canned solution will have any automated emailing, but you should be able to copy and paste a link from both solutions above.
You can also go with plain jane ftp and just send them the link their browser can parse like ftp://myserver/secret_files/super-secret-file.doc
posted by damn dirty ape at 10:10 AM on October 31, 2008