Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server 2008 R2
Internet Information Services (IIS) FTP service availability may decrease if the server cannot establish an appropriate connection to clients.
Product: | Internet Information Services |
ID: | 8 |
Source: | Microsoft-Windows-IIS-FTP |
Version: | 7.5 |
Symbolic Name: | FTPD_EVENT_CANNOT_CREATE_CLIENT_THREAD |
Message: | FTP Server could not create a client worker thread for user at host %1. The connection to this user is terminated. The data is the error. |
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To stop and start the FTP Service:
- Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- At the command prompt, type net stop msftpsvc.
- At the command prompt, type net start msftpsvc.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that the FTP service is running:
- Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- Type sc query msftpsvc, and press ENTER. The FTP service is running if the state reported for the service is 4 RUNNING.