• 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

Removing ip problems

B

budwaiser

Guest
Hi,
i'm trying to remove an ip on my server but i have this error:

Remove ip address from FTP server configuration failed: ftpmng --remove-ip-address failed: The system cannot find the file specified. (Error code 2) at GetNamedSecurityInfo(d:\wwwroot\Servers\31464)
Remove ip address from FTP server configuration failed: ftpmng --remove-ip-address failed: The system cannot find the file specified. (Error code 2) at GetNamedSecurityInfo(d:\wwwroot\Servers\25413)

Anyone can help me please?

Thank you
 
Hi,

It looks like ftp site settings for this IP were changed manually through IIS admin.

Try to reconfigure ftp with:

"%plesk_bin%\ftpmng" --remove-ip-address --ip-address=your_ip

"%plesk_bin%\ftpmng" --reconfigure-ip-address --ip-address=your_ip

Then try to remove it again.
 
Back
Top