How to Create Greeting and Exit Messages with FTP Server (103073)



The information in this article applies to:

  • Microsoft Windows NT Server 3.1
  • Microsoft Windows NT Workstation 3.1

This article was previously published under Q103073

SUMMARY

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 offers the ability to create custom greeting and exit messages when users connect to or disconnect from the FTP Server.

To add a custom greeting or exit 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 either of the following entries:

    GreetingMessage ExitMessage

  4. Set the Data Type of both values to REG_MULTI_SZ.
  5. Enter any desired messages in the Data dialog box.
Once these entries are created, any users connecting to the Windows NT FTP Server will see the messages.

Modification Type:MajorLast Reviewed:11/4/2003
Keywords:kbnetwork KB103073