Good day y'all,
I'm planning on making a download section but only for selected users. Which means that I need a module which can handle a setup like:
filename1.zip can be downloaded by all users
filename2.zip can be downloaded by user1, user2, user3, user4
filename3.zip can be downloaded by user1, user3, user4
filename4.zip can be downloaded by user2, user3
...and soforth. I need to be able to set the download specifications for all files.
I need this because i'm going to run a website where my friends can host pictures, documents, personal recordings etc. but not all users need to be downloading the personal recordings, but some documents needs to be downloaded by all. And at the moment all files are accesible for all users and deeplinking is possible as well - so the whole security issue is gone.
Does any of you know about a system for this? Or do I need to find other software than drupal for this, which I don't want to since I really enjoy the interface.
JonasB