Hi All, I have set up my ftp server, as indicated in this guide https://www.howtoforge.com/tutorial/pure-ftpd-virtual-ftp-server-centos-7-2/ Everything is working perfectly now, but I need to set up a folder that is accessible to all the virtual users. For example if "exampleuser" logs in he should see his home directory, as well as a "global" directory. Does anyone know how we can do this?
You might be able to achieve this with hard links. Create a central directory somewhere and then place a hardlink to this directory inside the root directory of each ftp user.
Hi Till, thank you, we thought there might have been an easier way to do this because we have +- 350 FTP users that needs to upload files to a global folder. Have a great day