SuppressDefaultFTPBanner Metabase Property

Applies To: Windows Server 2003, Windows Server 2003 with SP1

By default, the FTP service sends a "220 Microsoft FTP Service" banner when clients connect to the server. The SuppressDefaultFTPBanner property allows you to disable the display of the default FTP banner.

When SuppressDefaultFTPBanner is set to true, the message sent to the client will only include the number "220", not the "Microsoft FTP Service" part of the banner name.

Important

Configurable banner messages which follow this banner are not affected.

Attribute Name Attribute Value

XML Data Type

Boolean

WMI Data Type

Boolean

ADSI Data Type

Boolean

ABO Data Type

Boolean

ABO Metabase Identifier

MD_SHOW_4_DIGIT_YEAR

Attributes

INHERIT

Default Value

false

MetaFlags

CASEINSENSITIVE

MetaFlagsEx

CACHE_PROPERTY_MODIFIED

User Type

IIS_MD_UT_SERVER

ID

5017

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path IIS Admin Object Type

/LM/MSFTPSVC/n

IIsFtpServer

Code Example

For general code examples, see Code Examples to Configure Metabase Properties.