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

  1. DOCUMENT:Q103077  24-SEP-1993  [W_NT]
  2. TITLE   :How to Use Directory Annotation with FTP Server in NT
  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. You can add directory descriptions to inform File Transfer Protocol
  23. (FTP) users of the contents of a particular directory on the server. A
  24. file called ~FTPSVC~.CKM can be created in the directory to be
  25. annotated with the information to be displayed to the user. Usually,
  26. you want to make this file hidden, so that directory listings do not
  27. display this file. To do this, enter the following command from the
  28. Command Prompt:
  29.  
  30.    attrib +h ~ftpsvc~.ckm 
  31.  
  32. Directory annotation can be toggled by FTP users on a user-by-user
  33. basis with a built-in, site-specific command called CKM. On most FTP
  34. client implementations (including the Windows NT FTP client), users
  35. enter a command similar to 
  36.  
  37.    quote site ckm 
  38.  
  39. to get this effect.
  40.  
  41. The administrator can control the default behavior of this feature for
  42. newly connected users by setting a value for AnnotateDirectories in
  43. the Registry using the Registry Editor.
  44.  
  45. To turn on annotation by default, edit the Registry (REGEDT32.EXE) and
  46. set the value of AnnotateDirectories to 1. A value of 0 indicates that
  47. directory annotation is off by default. The path to this entry is as
  48. follows:
  49.  
  50.    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
  51.    \Parameters
  52.  
  53. Additional reference words: 3.10
  54. KBCategory:
  55. KBSubcategory: tpip
  56.  
  57.  
  58. =============================================================================
  59.  
  60. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  61. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  62. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  63. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  64. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  65. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  66. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  67. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  68. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  69. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  70. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  71.  
  72. Copyright Microsoft Corporation 1993.