Need help configuring FTP Server in Windows 2000 Server

I want to configure FTP Server in Windows 2000 Server. I want to give read and write permissions only to administrators. Apart from that, I also want to give 10 users only read permissions. How can I do this?

    Requires Free Membership to View

Let me preface this by saying that the main drawback of FTP in IIS is that it only supports two types of authentication: Anonymous Authentication, and Basic Authentication which transmits user passwords in clear text. So if you're going to use FTP to share sensitive information, you should implement some other form of security to protect your network passwords and data.

To enable Basic authentication, go to the Properties sheet of the site, directory or virtual directory, click the Security Accounts tab and clear the "Allow Anonmyous Connections" check-box. Then you can control access to the FTP resources using standard NTFS permissions, and the Basic Authentication will use that information to control access to resources on the site.

This was first published in January 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.