Link to home
Start Free TrialLog in
Avatar of l8rgdkd
l8rgdkdFlag for United States of America

asked on

FTP - Protect folder with Password

We have a generic FTP site for users to upload files to, its run on windows server 2003, using IIS 6.  is there a way to password protect a certain folder so only those with a password can see the folder contents?

Avatar of Steve
Steve
Flag of United States of America image

You can go to the properties of that folder and restrict/allow users on the security tab.
Avatar of rcombis
rcombis

The way to protect FTP folders in windows 2003 is to use the security methods built into the actual windows folder just like you would a regular user connecting to a networked folder on that server.

Setting up and managing users is done like you are setting up a user to log into the computer.  Computer Management-> Users (if non-domain controller).  If domain controller need to set up through AD Users and Groups.

Next go into IIS properties of the FTP site and go into Security Accounts tab.  Uncheck allow anonymous connections.

Now when you go the the ftp site it should ask you for username and password.  A user will have access to this folder if their credentials are allowed to view that folder when you right click on the folder (on the server) and look at the security permissions.

Let me know if that helps.
ASKER CERTIFIED SOLUTION
Avatar of shalabhsharma
shalabhsharma
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
One can also install and use File Zilla FTP server. Its very sweet and simple program and one dont have to be much worried about NTFS Security. It can manage certain number of groups and users and SSL/TLS connections.

Details on setting it up can be found at http://lifehacker.com/339887/build-a-home-ftp-server-with-filezilla