What is File Server
A File Server is basically a computer that is dedicatory used to store and share digital information / Media Files / Songs / Videos / Documents that can be accessed by other computers that are connected to the network. For your home / office / Internet Network, any computer can be a file server if you want it to be.
Advantages of a file server
- A file server can act as a backup storage for your important documents and files. If your computer crashed, you can recover lost files from the file server easily.
- It also acts as a central location to share files between multiple computers. This way everybody knows where to find and store a shared file.
Following is an guide on howto create FTP / HTTP base sharing server for your local / public network.
For example, If you have a server with windows 2003 server and you want to share softwares/vdo folder or whole sharing drive that can be accessed via browser only , then you must add IIS web/ftp service to your server.
Note:In this article I used Windows 2003 R2 , My Ip Address is 192.168.2.5 , You have to change this according to your Network.
FTP BASE SHARING IN IIS
First we need to add http/ftp service. Please follow the steps.
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- In the Components list, click Application Server, Select Internet Information Services (IIS), and then click Details.
- Click to select the following check boxes (if they are not already selected):
Common Files
File Transfer Protocol (FTP) Service
Internet Information Services Manager
World Wide Web Services - Click to select the check boxes next to any other IIS-related service or subcomponent that you want to install, and then click OK.
- Click Next.
- When you are prompted, insert the Windows Server 2003 CD-ROM into the computer’s CD-ROM or DVD-ROM drive or provide a path to the location of the files, and then click OK.
- Click Finish.
See the attached image
You have now installed the IIS and FTP services but before you can start using your new FTP/HTTP service, you must configure it or add the desired folder / drive. To configure the FTP Service follow these steps.
(You can Add single folder or whole drive , as per your requirements)
Your Folder/Drive is ready to be access by user. Now Open your browser and type
or goto START / RUN and type
and you will see its result something like below image.
Comments are Welcome !
Regard’s
Hassam Sohail Ahmed
Post a Comment