Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: feptiasPosted on 2006-10-06 at 03:58:00ID: 17675287
Local User Isolation mode can be of some help, but you would either have to move all the web source files into the personal directory of the FTP user (then point the web site to the relocated files) or you have to tell the FTP user to issue a Change Directory command just after they have logged in.
If you tell the user to issue a change directory command then this would need to be linked with virtual directories under the main FTP site. Each virtual directory would point to the source files for one web site. Then tell each user the names of their virtual directories. To avoid the risk of one user guessing the virtual directory name of another users web site, you would have to use Windows permissions on the folders to exclude access by the non-owners.
By the way, I would also recommend that you don't have the IIS FTP server running on a domain controller. It is not possible to have local user isolation mode on a DC and FTP can be a bit of a security risk so best not to have it on a DC.