• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

error creating ftp users

M

matttyb

Guest
When I try and create a ftp user I get error "Error: Unable to update FTP account: Unable to create web user: Update FTP user failed: ftpmng --add-user failed: Empty error message from utility.". windows event viewer error says this
Faulting application ftpmng.exe, version 9.201.0.0, time stamp 0x49ec4673, faulting module iisftpprovider.dll, version 9.201.0.0, time stamp 0x49ec4a54, exception code 0xc0000409, fault offset 0x000d238b, process id 0xf74, application start time 0x01ca024168b53f59.
server 2008 datacenter 32-Bit tried running the configurator didnt help anyone have any idea?
 
Have you tried reconfiguring FTP configuration using these commands?

"%plesk_bin%\ftpmng.exe" --remove-vhost --vhost-name=yourdomain.com
"%plesk_bin%\ftpmng.exe" --reconfigure-vhost --vhost-name=yourdomain.com

Also may be useful to reconfigure domain configuration in IIS:

"%plesk_bin%\websrvmng.exe" --reconfigure-vhost --vhost-name=yourdomain.com
 
Back
Top