<div class="body">
Hello everyone,
I am learning web server management and have server 2008R2 hosting a few web sites.
My question is, can anyone point me to the best way to create different ftp sites on the same IP/port with different usernames?
For example, say I have siteA.com, siteB.com, and siteC.com
Is it possible to make ftpsiteA.com user A pw: ____
ftpsiteB.com user B pw: _____
ftpsiteC.com user C pw: _______
OR can I make:
ftp.myserver.com
user A login puts them in directory A
user B login puts them in directory B
user C login puts them in directory C?
I looked into ftp user isolation, but from what I'm reading/understanding I don't think this will do quite what I'm looking for.
Help?
</div>