Ok, here is what I've done:
Folder Structure:
E:\
E:\website1\wwwroot
E:\website2\wwwroot
E:\website3\wwwroot
Under IIS:
New FTP Site
Description: MyServer FTP Sites
IP Address: 216.xxx.xxx.135
TCP Port: 21
Isolate Users
Path: E:\
Under MyServer FTP Sites
New Virtual Directory
Alias: website1
Path: e:\website1\wwwroot
Permissions: Read
Users defined:
website1, password: password, full control of e:\website1\wwwroot
When trying to FTP using ftp.website1.com, user name: website1, password: password, I get the following error:
530 User zaicomllc cannot log in, home directory inaccessible.
I think this is because I don't have a Folder setup for the user website1.
Remember, ultimately I want to have multiple websites using the same IP Address and Port Number using Host Headers. I want the FTP Sites for each website to be isolated from the other sites.
Main Topics
Browse All Topics





by: meverestPosted on 2008-04-07 at 06:58:30ID: 21296918
Hi,
>>but is pointing to the d:\FTPsites\website1 folder and not the d:\website1\wwwroot folder.
add the ftp subdirectories under the IIS manager instead of windows filesystem.
right click ftp site, choose 'new->virtual directory'. for alias put 'website1', for path put 'd:\website1\wwwroot'
Cheers.