• 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.

Plesk 8.3 Windows - new domain no FTP perms

rkatz0

New Pleskian
Hi,

I just got a VPS with Plesk 8.3 and added user/domain with ftp password. Everything looks fine, except when trying to log in ftp:

ftp xx.xx.xx.xx
Connected to xx.xx.xx.xx
220 Microsoft FTP Service
500 'AUTH GSSAPI': command not understood
500 'AUTH KERBEROS_V4': command not understood
KERBEROS_V4 rejected as an authentication type
Name (xx.xx.xx.xx:root): username
331 Password required for username.
Password:
530 User username cannot log in, home directory inaccessible.
Login failed.

I looked in Win/Admin and there is a System user created by Plesk with a home directory. And the home directory exists in c:\Inetpub\vhosts\domainname

Please let me know what to do to correct this behavior. Thank you in advance.
 
Hi,

Make sure that hostname <=15 symbols.

Probably ftp server settings are incorrect.

It can be reconfigured with the following commands:

"%plesk_bin%\ftpmng" --remove-all

"%plesk_bin%\ftpmng" --reconfigure-all

Also you can serch swsoft knowledge base:

http://kb.swsoft.com/
 
Back
Top