Make sure you create the FTP site using Non-AD User Isolation.
I'm going to set up a theoretical structure to try and illustrate what needs to be done.
c:\
|
|---Windows
|
|---Inetpub
| |
| |---wwwroot
| |
| |---ftproot
| | |
| | |---localusers
| | | |
| | | |---test1
| | | |
| | | |---test2
| | | |
+ + + +
FTP Site Structure:
Root
|
|---test1 (virtual directory pointing to c:\inetpub\ftproot\localus
|
|---test2 (virtual directory pointing to c:\inetpub\ftproot\localus
|
+
Either disable anonymous logon or create a folder in localusers called public and make a vdir called anonymous and point it to the public folder.
Users with accounts on the machine may log in using the userid and password.
(test1 and test2)
When they log in their home directory will be set to localusers/username.
Users will need 'Log on Locally' rights in order to authenticate.
Users will need at least read rights on their home directory folders.
Does this help?
Dave Dietz
Main Topics
Browse All Topics





by: meverestPosted on 2004-08-19 at 16:12:54ID: 11846990
make sure that the user has log on locally rights.
cheers, Mike.