I am trying to find out if it is possible to set up an FTP server that will only allow user with a correct password to connect to the server and only to the directory he's allowed to go to, and at the same time another user is allowed only to his directory, using a different username/password. I know that the ftp server that comes with XP will only allow 1 ftp server which means only 1 user name/password. Here's an example
Directory of ftp server
inetpub\gold\trout
inetpub\black\guppy
inetpub\red\shark
bob should only be allowed to inetpub\gold\trout; Jim only to inetpub\black\guppy but inetpub\black\shark should allow anonymous logins. None of the users should be allowed to see the other directory from the ftp server.
Is this possible?
Start Free Trial