How to suppress the default FTP banner for the FTP service

Author: NetworkAdminKB.com
Created: 2009-08-21
Modified: 2009-11-13

Issue:

When you connect to the File Transfer Protocol (FTP) service that is running on your Microsoft Internet Information Services (IIS) server, the FTP service always responds with the following default FTP banner:

 

220 Microsoft FTP Service

 

For added security you may not want the FTP service to respond with the manufacture’s name.

 

Solution:

For Windows 2003 do the following

1)      Install the IIS FTP Service

2)      Install all the latest Service Packs and Security Updates

3)      Run the following command

cscript adsutil.vbs set msftpsvc/###/SuppressDefaultFTPBanner 1

Where ### is the FTP Site number found in the IIS MMC

 

4)      Stop and Start the FTP Site

 

More Information:

FIX: You cannot suppress the default FTP banner for the FTP service

Article ID: 226, Created On: 9/18/2011, Modified: 9/18/2011