All Products
Search
Document Center

:How to handle FTP boot error 0x8ffe2740 generated when using IIS6

Last Updated:Dec 30, 2020

Disclaimer: This article may contain information about third-party products. Such information is for reference only. Alibaba Cloud does not make any guarantee, express or implied, with respect to the performance and reliability of third-party products, as well as potential impacts of operations on the products.

 

Problem description

When Windows Server 2003 uses IIS6 to build an FTP Server and starts up, error 0 x8ffe2740 is returned.

 

Cause

This problem is generally caused by FTP port conflict or occupation.

 

Solution

  1. Log in to the server and click start > Run. Enter CMD to open the command prompt window and run the following command to find the PID that occupies port 21.
    netstat -ano | findstr "21"
  2. Open the task manager and click the processes tab. Locate the PID that occupies port 21 and the associated process. End the process and restart FTP.

 

Application scope

  • ECS