0
I'm trying to block the access for some users to a certain folder to avoid the possibility of someone that isn't the administrator of the website changing the content or even deletes the content of some folders. For example, in this case I would to let a certain user the possibility of accessing just the first_folder
:
public_html
first_folder
second_folder
third_folder
It is possible to achieve this, or should I do something completely different?
Note that I'm using FileZilla to establish a connection, maybe I can get to my result changing a few settings in that software.
It's possible (at least on Unix systems) by changing owner and setting group private to to. What OS and FTP server? – davidgo – 2017-05-07T07:53:19.107