• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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