How to Log Incoming Connections with FTP Server

Last reviewed: May 8, 1997
Article ID: Q103076

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.

The Windows NT File Transfer Protocol (FTP) Server software allows the network administrator to optionally log incoming connections in the Event Viewer, both from anonymous as well as nonanonymous users.

To activate logging, use the following procedure:

  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 entries:

          LogAnonymous
          LogNonAnonymous
    

  4. Set the Data Type of both values to REG_DWORD.

  5. Set the Data to 1 for both entries, leaving Hex as the default.

FTP Connections will now be logged to the System event log and can be viewed using Event Viewer.


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.