I'm using VSFTP and jailed my users into a certain directory under their home.
Example: /home/$user/downloads
What should i do, if i want to add an additional folder under the /downloads folder that links them to an external folder on another drive?
|
feedback
|
|
In principle you can link this folder with a symbolic link.
But you still need to set the permissions for the users correct, which maybe your main concern | |||||||
feedback
|