Help finding a software set

bwaxatat

New Member
Messages
6
Reaction score
0
Points
0
I am trying to build a section on my site to do the following:

  • Create a place to upload .zip files
  • Allow the files to be "checked out" by a user on a per file basis
  • When a file is "checked out" only that user (and administrators) can access the file

Essentially, I need to distribute assignments to my coworkers (as .zips). The files would sit in a queue and await my coworkers to "claim" the files. Once the file is claimed by a coworker, the file should not be accessible by the other coworkers (to prevent two people from working on the same assignment at once).

Does such a software set exist?

Thanks for your help!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Try Googling "version control software". Seems like you want a rudimentary type of it.
 
Top