Okay, here's what I've got:

I have VSFTP linked with an MySQL database for users. The home directory is set to /var/www/ftp/$USERS.

I also have another directory, /var/www/ftp/downloads that I want my users to access.

The server is set to JAIL users into their home directories, and limit bandwidth for anonymous users.

What I would like done is to have authenticated users be able to access both their home directory as well as the /downloads directory.

Can this be done?

Thanks!