I'm new to SolidCP and are trying to setup a Windows Server 2022 (IIS10).
Most things seems to work except when adding FTP users. Accounts get's created fine and I can login with an FTP client. But there are no directories or files. I can't create anything it just gives med error 550 access denied.
To try and solve this I have checked the file/directories permissions and the users is added with modify rights.
Also I have checked IIS managed that FTP Authorization Rules are set to Read,Write for all users.
FTP User Isolation is set to "User name physical directory".
In desperation I have also added Everyone with modify rights to the directory. But still the same error.
Anyone have a hint at what's wrong here?
Solved this on my own. Turns out the FTP user mapping in IIS has UNC path set as Physical path \\<servername>\C$ etc. manually updating to c:\HostingSpaces etc. Made the FTP user work.
