IIS7 supports setting the ftp account root folder so that
the user will not be able to access or find information about
other ftp accounts.
One way to do that is set the FTP isolation mode of the ftp site (in IIS Manager):
Under "Isolate Users Restrict users to the following directory"
Select:
"Username directory (disable global virtual directory)"
The problem is that for this to work, DNP should create a virtual directory
with the name "LocalUser" and create all user's virtual folders as a sub folders
to this LocalUser virtual folder.
This is documented in the FTP7 manual in the section that explains the option "Username directory (disable global virtual directory)"
Is it possible to add an option to DNP, to create the virtual ftp folders with
the username name under "LocalUser" virtual directory?