• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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