I have installed vsftpd and locked local user access to their home directories.
Now I like anonymous to access some user's home directories. I have tried these solutions but they didn't work.
First, I have made a new vsftpd configuration files for anonymous only, and set in that this directive:
anon_root=/home/[username]
This solution didn't work.
Later I have place this directive in main vsftp configuration file:
anonymous_enabled=YES
and then set anon_root
respectively.
Bu this solution didn't work too.
How could I do that?
OS: CentOS 6