• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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