I'm trying to set up an FTP server using
PureFTPd Manager and I'd like to grant a user read-only access to a folder. However, it seems that the user is always granted full access to the folder that is set as their home directory, which isn't what I want.
Is there a way to set up a PureFTPd user so that they may not have write access to any files or folders (so that they can't upload or delete) but can freely navigate within their home directory and folders/files within it?
I'd also like to have a separate account that has write access to a folder but that can't list the files that folder contains, nor can they delete anything from it (i.e. a drop-box type folder).
How to set that up?