home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q103 / 0 / 76.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  2.4 KB  |  67 lines

  1. DOCUMENT:Q103076  27-SEP-1993  [W_NT]
  2. TITLE   :How to Log Incoming Connections with FTP Server
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22. The Windows NT File Transfer Protocol (FTP) Server software allows the
  23. network administrator to optionally log incoming connections in the
  24. Event Viewer, both from anonymous as well as nonanonymous users.
  25.  
  26. To activate logging, use the following procedure:
  27.  
  28. 1. Open the Registry Editor (REGEDT32.EXE).
  29.  
  30. 2. Use the following path:
  31.  
  32.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
  33.       \Parameters
  34.  
  35. 3. From the Edit menu, choose Add Value to create the following
  36.    entries:
  37.  
  38.       LogAnonymous
  39.       LogNonAnonymous
  40.  
  41. 4. Set the Data Type of both values to REG_DWORD.
  42.  
  43. 5. Set the Data to 1 for both entries, leaving Hex as the default.
  44.  
  45. FTP Connections will now be logged to the System event log and can
  46. be viewed using Event Viewer.
  47.  
  48. Additional reference words: 3.10
  49.  
  50. KBCategory:
  51. KBSubcategory: tpip
  52.  
  53. =============================================================================
  54.  
  55. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  56. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  57. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  58. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  59. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  60. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  61. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  62. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  63. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  64. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  65. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  66.  
  67. Copyright Microsoft Corporation 1993.