FTP Server Configuration and User Isolation in IIS 6/7.5 - Windows 7 & Windows Server 2008
Here I am briefing some simple steps to configure FTP server with user isolation for data security,
1. Go to Internet Information Services (IIS) Manager,
2. Right click on sites on "Sites" and select "add ftpsite"from the drop down,
3. Fill details like,
FTP site name: test
Physical : any designated local directory (Eg:- K:\ftproot) and click Next,
4. Configure binding and ssl settings as shown below,
5. Configure authorization and authentication information as shown below,
Select authentication type as "basic" and click on finish.
Here I am briefing some simple steps to configure FTP server with user isolation for data security,
1. Go to Internet Information Services (IIS) Manager,
2. Right click on sites on "Sites" and select "add ftpsite"from the drop down,
3. Fill details like,
FTP site name: test
Physical : any designated local directory (Eg:- K:\ftproot) and click Next,
4. Configure binding and ssl settings as shown below,
5. Configure authorization and authentication information as shown below,
Select authentication type as "basic" and click on finish.
Comments
Post a Comment