When you disable the default connection information of iis ftp, the following message is displayed: "220-Microsoft FTP service"

Source: Internet
Author: User

When using IIS as an FTP server, the "220-Microsoft FTP service" message is displayed every time you use the default settings. To disable this prompt, you can solve this problem by using the following methods:

 

1. At a command prompt, change the location to the % SystemRoot %/inetpub/adminscripts folder.
2. At the command prompt, type Cscript adsutil. vbs Enum msftpsvc , And then press Enter.
3. At the command prompt, type Cscript adsutil set msftpsvc/number/suppressdefaftpbanner 1 (Where number is the number of the FTP service where you want to disable the default FTP banner), and then press Enter.

NoteIf you have multiple FTP virtual servers, run this command for each virtual FTP server that has a different value for number. when you type the command, do not include a space between msftpsvc/and number.
4. At the command prompt, run the following command to restart the IIS service:
Iisreset

 

 

Source: http://support.microsoft.com/kb/826270

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.