One solution is to not restrict users who need to make updates into the anonymous FTP hierarchy. Most users do not need their own anonymous FTP areas, so all the remaining users could be restricted, while a smaller number of users in an unrestricted group would have access to the full filesystem.
Another is to have user home directories directly under ~ftp. For example, a user named michelle might have her home directory be /home/ftp/pub/michelle. This solution is ugly because it requires the users to be careful to manage file access permissions to prevent making unwanted files public.
A third solution is available which does allow a user to be restricted to their home directory, yet can make updates to a directory in the anonymous FTP hierarchy. This bit of trickery requires you to use virtual users as described in the User Management chapter. To do this, you need to create a virtual user with a different username, but identical UID and GID as the original user, and home directory a directory within ~ftp.
This solution requires you to use at least one NcFTPd Password
Database, i.e.