Building FTP Server


Building FTP Server: (File Transfer Protocol) Service
-------------------
1- Add FTP component in IIS:
=>Start - control Panel - Add or Remove Programs
  -Add Remove Windows Components - Application Server
  -Details... - Internet Information Services (IIS)
-Details... - Files Transfer Protocol (FTP) Service -ok

2- Set Folder path to store files:
=>Start - Administartive Tools - IIS Manager

=>Expand server name - Click FTP Site - Click here
to lunch on right panel.

=>Expand server name - R-Click on FTP Site => New FTP Site
-Next - Description: FTP Server => Choose IP: (192.168.168.168)
and port: 21 => Next => Path: c:inetpub\ftproot
=>Select: Read and Write => Next - Finish.
=>Right-Click on FTP Server that just created => Start.

3- Set Security for users to access FTP site and disable anonymouse access:
=>Right-click on FTP Server => Permision
- Give full permision to group: "Users"

=>Right-click on FTP Server => Properties => Security Accounts
- Untick "Allow anonymous.."


4- Create user account in AD & testing FTP:

=> Start - Administrative Tools - Active Directory User & Computers
-create new user whatever you want, example: username: ftp_user and
passwords:123

=>Open IE: ftp://192.168.168.168 => Enter username and password you
just created above - Click View menu => Open FTP Site in Windowss
Explorer => Retype username & pwd again

=>Test create new folder and new text file or copy document on
FTP site

=>Open C:\inetpub\ftproot => you will see file & folder that you created.