I am configuring a vsftpd server and the requirements are:
- I need a user
resourcesadminwith home directory/var/www/resourceswith password authentication and FTP with write access (already done) - I need another user
resourceswithout home directory (already done) - I need the user
resourcesto have read access to/var/www/resources(tried withuser_config_dirandlocal_root=/var/www/resourceswithout success (500 OOPS: cannot change directory:/home/resources)) - I need the user
resourcesto have access without a password (don't even know how to do it).
All that without anonymous access and users jailed to their directories.
I know that this configuration is very popular but I don't seem to find how to implement it with vsftpd. Any ideas?