• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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