• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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