Hello. I'm currently trying to configure a new FTP server here (with a single IP and multiple domain names aliased to it) and I'm trying to make a configuration that would apply for a certain set of users.
I have a special domain (for the purpose of this example: example.org) in which I want to give a different root folder to each user accessing that FTP site. For example:
Host: example.org
Username: user1
Password: ****
Directory to show: X:\XXX\user1\
Host: example.org
Username: user2
Password: ****
Directory to show: X:\XXX\user2\
I see how to create aliases appearing only for users, but there appears to be no way to make "/" a per-user alias itself.
Is there a way to automatically configure the server so that it bases the last portion of the folder to the username inputted? I tried using "X:\XXX\%USERNAME%\" as a root folder for this site, but that appears to always resolve to "X:\XXX\Administrator\", regardless of the username.
Do tell if any additional information is required. I'd appreciate any help regarding either issue.
[eidt]Solved. I had to place all users in a directory called "LocalUser" and turn on user isolation per physical directorties. But... isn't there a way to omit the "LocalUser" part? At least .config files somehow?[/edit]