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

FTP Not Working For Any User

CraigD

New Pleskian
After installing Plesk 10.1 on Windows Server 2008 R2, no users are able to log in via FTP. This is what I get below...

C:\>ftp ftp.domain.com
Connected to domain.com.
220-Microsoft FTP Service
User (domain.com:(none)): username
331 Password required for username.
Password:
530 User cannot log in.
Login failed.

I have tried multiple domains/users to no avail. I have created new FTP users and still the same error. Any idea?
 
If this issue happens to every domain you can try to repair FTP configuration for all domains using commands as below:

"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
 
Ok FTP does work for all users if you login with 'domain\user'. How do we set this up so that they just put in the username?
 
Ok I figured it out. Go to the site with FTP and open 'FTP Authentication' then edit 'Basic Authentication'. Remove the "\" and select 'OK'.
 
Back
Top