• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Creating FTP Subaccounts

S

svaughan

Guest
Hi,

I'm trying to create a 2nd ftp account for a domain, I'm unsure what the correct procedure is for this - I've created the user manually via Computer Management, given the user full permissions to the vhost\domain.com folder but still can't seem to login.

I keep getting this error:

530 User walkmovedes cannot log in, home directory inaccessible.

I've given the user full access to the domain folder, their also in the MSFTP and psacln groups. The domain also has Unlimited FTP accounts set in the limits.

thanks
 
That is a permissions error, make sure the windows user has permissions to that folder.
 
Try this from the command prompt of the Server:
"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
and restart FTP/IIS
 
No need to do that, just fix the permissions on the one folder.
Much easier and simpler, and no need to mess with anyone else :)
 
I've given the user full access to the c:\Inetpub\vhosts\domain.com folder and the account still doesn't work, same error home directory inaccessible
 
Restarted ftp via IIS manager, didn't fix the problem....

The .security file in the domain's root folder, does that control access to the folder?
 
Back
Top