Dear Supporters
I need your assitence.
We want o use your FTP Server, because of the possibility to write our own extensions with dotNet.
That works so far. I have written two authentication extension for checking a user in the a database and an event extension that do something when login, up and download is triggered.
For the moment that works fine.
But i didn't bring it to work, to handle the user managment.
My idea is, that i have a non windows user, let's call him cbtransfer, who has a homefolder like %ExternalHomeFolder%?%AutoCreate%.
In my AuthExtension in check the username and password, when a user logedin against a database. When both is correct is set authInfo.IsCorrectPassword = True and authInfo.HomeDirectory = table.homepath & "\" from a database table.
The windows folder for the homepath is d:\ftp\cust1
That seems to work, but ...
When i try to log in with an ftp client, with i. e. user cust1 pwd cust1 then i get the message that the dirtory list is not allowed. File uploads are not alowed too.
The windows permissons on the folder is set to fuul permission to everyone and the user cbtransfer has every permisson i can set to allowed.
After a couple of hours i see, that the homefolder is created und C:\Windows\SysWOW64.
So, what is the correct way to create a user, who can access the homefolder in d:\cust ???
At the moment, i have no diea who to solve the problem.
Regards
HaPe