Microsoft Knowledge Base Email Alertz

Changes to the IP restriction list of an FTP site are not applied until you restart the FTP service in IIS 6.0

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 948660 - Last Review: February 20, 2009 - Revision: 1.0

Changes to the IP restriction list of an FTP site are not applied until you restart the FTP service in IIS 6.0

SUMMARY

In Internet Information Services (IIS) 6.0, changes to the IP restriction list of an FTP site are not applied until you restart the FTP service.

For example, suppose that you deny all users permission to access an FTP site, and then you allow a particular IP address to access the site. When you then use the ftp command to try to access the site, you may receive an error message that resembles the following:
530 Connection refused, unknown IP address.
421 Service not available, closing control connection.
Connection closed by remote host.
However, after you restart the FTP service, the command-line interaction resembles the following:
Connected to ftp.servername.domain
220 Microsoft FTP Service
User: domain\user
331 Password required for domain\user.
Password:
230 User domain\user logged in.

MORE INFORMATION

In IIS 6.0, changes to the IP restriction list are applied only after you restart the FTP service.

However, the FTP service will re-read and apply changes to the IP restriction list if you change one or more of the following settings:
  • MD_FTP_LOG_IN_UTF_8
  • MD_USER_ISOLATION
  • MD_SHOW_4_DIGIT_YEAR
  • MD_ALLOW_REPLACE_ON_RENAME
  • MD_ANONYMOUS_ONLY
  • MD_ALLOW_ANONYMOUS
  • MD_MSDOS_DIR_OUTPUT
  • MD_MAX_CLIENTS_MESSAGE
  • MD_BANNER_MESSAGE
  • MD_GREETING_MESSAGE
  • MD_EXIT_MESSAGE
For a full description of the FtpLogInUtf8 Metabase property, visit the following Microsoft Web site:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a88b7b4c-9047-49fd-873f-883d6522ecd3.mspx?mfr=true (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a88b7b4c-9047-49fd-873f-883d6522ecd3.mspx?mfr=true)
In IIS 7.0, you do not have to restart the FTP service for changes to the IP restriction list to take effect. The new FTP Publishing Service for IIS 7.0 also supports changing the IP restriction list without restarting the FTP Service. To obtain the new FTP Publishing Service, visit the following Microsoft Web site:
http://www.iis.net/extensions/ftp (http://www.iis.net)

APPLIES TO
  • Microsoft Internet Information Services 6.0
Keywords: 
kbexpertiseinter kbhowto kbinfo KB948660
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate