Hi,
I've been using the following great tutorials to create a custom FTP Authentication and home directory Provider :
Create a simple ftp authentication provider
Create a simple ftp home directory provider
I have it up and running, but I was wondering if you can also determine the HostName of the authentication and home directory request.
For example would it be possible to have the following:
ftp.domain1.com, User: Username, Pass: Password
ftp.domain2.com, User: Username, Pass: Password
Where the domains are different but the username and password are the same, this would result in a different home directory and isolation as they would be considered different users.
Many Thanks,
Ady