windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Create FTP site on plain Windows Server

AUTHOR: Gabriel
12.03.2009

FTP (File Transfer Protocol) is a network protocol used for data transfer from one computer to another.

FTP allows a user to connect remote location without having full access to server.

FTP user is assigned with a specific location/part/space of server. This FTP user can be easily create with few steps in IIS.

We will have to first configure FTP site in IIS.

Following are the steps to configure FTP site in IIS :-

Login your server in RDP and Open IIS with following steps :

Start  >>

Run  >>

type in inetmgr  >>  hit Ok  >>  it will open up IIS manager.

Expand Server. Rigkt click on FTP sites and select New >> FTP Site…

image-1

image-2

Click Next

image-3

Enter the Description say mydomain.com and hit Next

image-4

Select the IP address and TCP Port 21 for the site and hit Next

Next is the window where you can restrict the FTP user and assign a home directory to it

image-5

Three FTP isolation modes are supported -

1] Do not isolate users
2] Isolate users
3] Isolate users using Active Directory

At the end of this post detail information of isolation modes is provided.

image-6

Enter the path of the folder you with the user have FTP access say D:\www\mydomain\ and hit Next

image-7

Give appropriate permissions as per the requirement and hit Next.

Its not recommended to allow anonymouse access to FTP access.

Now add FTP user on web site mydomain.com and select necessary permissions.

Suppose you have created a FTP user say myuser :

image-8

That’s it :)

3 Responses to “Create FTP site on plain Windows Server”

Leave a Reply

You must be logged in to post a comment.