How to Customize the Maximum Connections Message with FTP

Last reviewed: May 8, 1997
Article ID: Q103074

The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

If the maximum number of concurrent connections on the FTP server is reached, any new connection attempts made by other machines will result in the following error message:

   Maximum clients reached, service unavailable.

This message can be customized by using the Registry Editor and adding an entry called MaxClientsMessage.

To customize the message, do the following:

  1. Open the Registry Editor (REGEDT32.EXE).

  2. Use the following path:

          HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
          \Parameters
    

  3. From the Edit menu, choose Add Value to create the following entry:

          MaxClientsMessage
    

  4. Set the Data Type to REG_SZ.

  5. Enter the desired message.

When making any configuration changes to the FTP Server (with the exception of security configuration), you must restart the FTP Server by either restarting the computer or manually stopping and restarting the server. To do this manually, use the Services option in Control Panel, or at a command prompt, use the following two commands:

   net stop ftpsvc

   net start ftpsvc

Restarting the service manually disconnects any users presently connected to the FTP Server without warning, be sure to use the FTP Server icon in Control Panel to determine if any users are connected.


Additional query words: prodnt
Keywords : kbnetwork NTSrvWkst nttcp
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.