I have a particular requirement that each ftp users should be able to access his own folder only. I have set a default FTP directory and then sub-directories for each users. Each ftp user should be able to access only the folder assigned to him. How accomplish this in Windows server 2008? What does user Isolation mean?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You will need to give them all their own username. Then give all the users read-only rights to the default directory. Give only the authorized user permissions to their subdirectory, and make sure that no one else even has read. If you want, you can even specifically give the deny right to users you don't want to have access to a specific directory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.