Goal:
I need the ability to create directories & subdirectories at will and assign a username/password authenication to each directory for file access.
Any ideas or existing tags out there?
Example:
Say I create a directory called 'X' and inside 'X' I have three subdirectories - 'a','b','c'. Inside of 'c' I have a file called secretpage.doc.
I need the ability to password protect each directory with a unique username/password to prevent unauthorized viewing of files. Also how would I prevent a user from typing
into a browser and viewing the file without first being authenticated?
Thanks,
~Dave
I need the ability to create directories & subdirectories at will and assign a username/password authenication to each directory for file access.
Any ideas or existing tags out there?
Example:
Say I create a directory called 'X' and inside 'X' I have three subdirectories - 'a','b','c'. Inside of 'c' I have a file called secretpage.doc.
I need the ability to password protect each directory with a unique username/password to prevent unauthorized viewing of files. Also how would I prevent a user from typing
into a browser and viewing the file without first being authenticated?
Thanks,
~Dave