Jump to content

Coders, Programmers, IT students....geeks...


Akula

Recommended Posts

Hey, I need to get some software created in order to enable secure file sharing at my office.

 

Basically I need a web system that allows files to be uploaded by approved persons, the file upload creates a unique code (26 or so characters long) and I can email to a person. They go to a url, put in the code and viola the file downloads to them.

 

I used to have this at my old job and I am finding I need it again.

 

Ideally it will accept LDAP as the authentication method so only employees can log in and use the system to upload and then the code allows anyone to download.

 

Anyone out there have the skill to make this a reality?

Link to comment
Share on other sites

I could code it in... *7* lines of perl! (tugs on suspenders)

 

But seriously tho, this is something relatively trivial to implement as long as you already have a web server in place with the needed storage space. There are a number of other considerations, but anyone who puts a little thought into it can iron that out. On the other hand, to start from scratch, you are looking at a substantial investment just to get some relatively trivial functionality (fwiw, you could accomplish this with google apps in about 5 minutes).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...