Skip to main content

AddToAny

Share/Save

"Create your own FTP Server" on Windows XP, Windows Server 2003 and Windows Server 2008

Hi !

I was trying to create an FTP Server for last few days. After googling a lot I finally got the process of creating an FTP server, I would like to share this helpfull knowledge of creating ftp server.

You need to have a CD of your operating system.

For Windows XP

1. Start -> Control Panel -> Add or Remove Programs -> Add remove windows components. A window will appear.

2. Check IIS(Internet Information Services) and Click on "Details" button. A new window will appear showing you sub components of IIS. Check on "File Transfer Protocol(FTP Service)", then select "OK" button on both windows.

View Image

3. An installation process will start.

4. To verify successfull FTP server installation, Go to Start->My Computer-> "C:\Inetpub\FTPRoot"  or in the drive in which windows has been installed.

 

For Windows Server 2003

1. Start -> Control Panel -> Add or Remove Programs -> Add remove windows components. A window will appear.

2. Check "Application Server" then Click on "Details" button, then Check IIS(Internet Information Services) and Click on "Details" button,  A new window will appear showing sub components of IIS. Check on "File Transfer Protocol(FTP Service)", then select "OK" button on all opened windows.

View Image

3. An installation process will start.

4. To verify successfull FTP server installation, Go to Start->My Computer-> "C:\Inetpub\FTPRoot"  or in the drive in which windows has been installed.

 

For Windows Server 2008

1. Start -> Administrative Tools ->  Server Manager. A window will appear. 

2. On Left Site, Right Click on Roles-> Add Roles. A window appear again.

3. Server Roles-> Check on "File Services" and "Web Server(IIS)".

View Image

3. Click on Install button and an installation process will start.

4. To verify successfull FTP server installation, Go to Start->My Computer-> "C:\Inetpub\FTPRoot"  or in the drive in which windows has been installed.


Now your FTP Server is ready to use.

To Test your FTP Server

Copy a file into FTP root folder "C:\InetPub\FTPRoot\".

 Now open your browser and type a path. ftp:\\"Path of your file with respect to ftproot folder"

eg. My ftproot folder contains a folder named "Files" and I store a file named "Contacts.txt"

Now to access this file I need to type "FTP:\\Files\Contacts.txt" on browser.

Here is the nice article for

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account, used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr><br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong><font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike> <caption>
  • You can enable syntax highlighting of source code with the following tags: <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <java>, <javascript>, <mysql>, <php>, <python>, <ruby>, <sql>, <tsql>, <vbnet>, <xml>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Lines and paragraphs break automatically.

More information about formatting options