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

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