I want to configure CompleteFTP server so that when a user logs in, they only see a similar folder structure:
Root:
- /Specific_Project/Sub_Folder_Structure
- This should be visible to the user, because they have the rights to this folder
- /Users/Logged_In_User_Folder
- /Users/ should be visible to the user, because they have the rights to this folder
- In the /Users/ folder, only /Logged_In_User_Folder should be visible to the user, because they only have rights to this folder. All other subfolders in this folder should be hidden
- /Specific_Project_2
- This should be completely hidden from the user, because they do not have the rights to this folder
I would also need the server to contain folders for other projects in root (e.g /Specific_Project_2_Folder) along with their won sub-folder structure. These should all be hidden from the user when they log in if they do not have the rights to that.
The user should only be able to see their project as well as the Users folder in root, but only have their personal folder visible in the Users folder, there would be a user folder for each user on the server - each user should only be able to see their own folder.
Is this possible with CompleteFTP to have folders being hidden if user does not have the rights to those folders?