I'd like the ability to have a directory that only a given user can see. Eg, when logged in as user1 then there is a directory called user1 that only he can see, and upload to/download from. When logged in as user2 then there is a directory called user2 that only she can see, and upload to/download from.
Complex permissions don't need to be implemented, just a visible/not-visible mechanism would work. And it can all go to the same filestore in the backend.
I'd like the ability to have a directory that only a given user can see. Eg, when logged in as
user1
then there is a directory calleduser1
that only he can see, and upload to/download from. When logged in asuser2
then there is a directory calleduser2
that only she can see, and upload to/download from.Complex permissions don't need to be implemented, just a visible/not-visible mechanism would work. And it can all go to the same filestore in the backend.