• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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