I currently have a Windows 2012 Server with IIS Installed.
The webserver is connected to a 2012 domain controller, which will be used to manage user accounts.
There is one IP comming into the webserver with multiple domains, and each of the sites are accessed via Hostname Bindings.
Each of the Sites have their own FTP site also configured via Hostname Bindings.
I have gone to the wwwroot directory and created folders in the directory for each of the sites, and have given a specific AD User r/w access to each appropriate folder.
I have also under IIS FTP Authorization rules, added the appropriate account to each ftp site.
I cannot seem to connect to any of the FTP sites with exception to the * binding site. I get errors that read
Response: 530 User cannot log in, home directory inaccessible.
-----------------------------------------------------------------------------------------
What I want to do.
User 1 has access to Site A, if www.SiteA.com is entered, it will go to the appropriate site in IIS wwwroot/SiteA/
User 2 has access to Site B, if www.SiteB.com is entered, it will go to the appropriate site in IIS wwwroot/SiteB/
If User 1 wants to access his site via FTP, he opens up an ftp client and types in
Hostname: www.SiteA.com or SiteA.com | Username : User1 | Password : <Password> and he will have access to the wwwroot/SiteA Directory.
If User 2 wants to access his site via FTP, he opens up an ftp client and types in
Hostname: www.SiteB.com or SiteB.com | Username : User2 | Password : <Password> and he will have access to the wwwroot/SiteB Directory.