Temporary file storage - script for webserver
Posted
by
Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2012-09-27T09:12:41Z
Indexed on
2012/09/27
9:39 UTC
Read the original article
Hit count: 300
I'm looking for a script (preferably php) which I can use for to temporarily exchange files. I had such a script before (it was written in flash), but - damn - just can't find it anymore. Here the features I'm looking for:
- I have a logon, which allows me to create "upload spaces".
- for these "upload spaces" I define a time how long the space will be available for (until the files are deleted), and who can access it - in the means of typing in an email, and that user gets a link with the "online space", user ID and password.
- the other user then clicks on the link and uploads the file, and I get (preferably) an email should there be any file changes
- I get an email before the content gets deleted
Now, 3 additional things: - it should be open- source - run on linux (preferably lamp) - no, I dont wanna use dropbox or similar :p
Thanks in advance everybody, Cheers Chris
© Server Fault or respective owner