|
|
Setting up an FTP server with
Windows 2000
Jun 25, 2001 | Steven Warren MCSE, MCDBA, Net+ | E-Mail | Archive Windows 2000 Server now natively includes Internet Information Services
(IIS) 5.0. Along with its other functions, IIS 5.0 provides the ability
to create a File Transfer Protocol (FTP) server. As you’re probably
aware, FTP is very useful for uploading and downloading files between
computers. With IIS 5.0, you can host multiple FTP sites, and each FTP
site can host more than one domain. This article will discuss how to
install, configure, and publish information to a Windows 2000 FTP site
running on IIS.
Creating your FTP site
|
|
To test your FTP site from a Web browser:
|
Configuring your FTP site Now that you have created and tested your FTP site, you can customize it to meet the needs of your company. You can create a description for your site, edit the IP address, and change the port number, if applicable. You can also limit the number of people who access your site, in addition to creating security parameters. To create an FTP welcome message:
The rest of the tabs in the Properties dialog box allow you to customize
and change other aspects of your FTP site. You’ll definitely want to
think about your security settings. When setting up FTP security, most
people use anonymous access. When anonymous access is selected, the
IUSR_COMPUTERNAME account is automatically assigned to guests to gain
access to the FTP site. To access the site, an e-mail address is the
only piece of information that is collected.
To configure FTP connection limits:
To view FTP sessions:
|
|
Setting up
security After creating a folder structure in your FTP root directory (also known as Home Directory), you can then assign your permissions to those folders. Right-click on each folder you have created, select Properties, and assign the appropriate NTFS permissions. You can also view the FTP permissions you have chosen by accessing the Home Directory tab of the Properties dialog box of your FTP site in the IIS console (see Figure H). Read access allows users to download files, and Write access allows users to upload files.
Conclusion |