Our goal is to have a directory for storing files and documents like a cloud drive for each project. In the Tuleap file structure there are two directories of interest for storing project files and documents.
- First there is the directory under "/home/groups/myProject/private"
- no one is able to FTP or SFTP into this directory. I was only able to get the root user to have access which does not seem secure.
- How to make this directory accessible to logged in users with read write ability?
- Second is the directory under "/var/lib/tuleap/ftp/pub/myProject"
- The anonymous FTP space is literally anonymous and public which is not OK for our purposes, we want to store private files and docs only accessible by registered users
- Is it possible to make this directory accessible to only logged in users instead of public to the world? This would be the best option.
We are using OwnCloud to connect the external drives for Google Drive like access. In the mean time I simply created a directory like so, "/home/groups/myProject/share," and then the following:
chmod -R codendiadm /home/groups/myProject/share
With my own Share directory only useable by condendiadm I was able to connect it to Owncloud and share the folder with everyone directly on their own personal computer, awesome! My last question, is my "share" directory under the group safe? Will this confuse or cause any problems with other Tuleap services?