Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I isolate users for ftp with a single ip?

Status
Not open for further replies.

roblasch

Programmer
Joined
Dec 30, 2000
Messages
168
Location
US
I am running w2k3 with iis 6. I am trying to set up one directory below the root that has access for a single user. I want that user to have access only to that single directory (and any folders below). I only have one ip address. Is this possible? Thanks
 
Is the user account part of your AD domain?
By "IP" do you mean that your server only has one IP address or you have the IP address that they will be connecting from?

John
 
There is one ip address for the server. The user is part of the domain. I am not sure what AD domain means.
 
AD is Active Directory. An Active directory domain is synonymous with Domain in a Windows 2000 and 2003 networked environment.
Am trying to get my IIS 6 FTP service to work properly and allow me to login, will post back when I have figured it out.

John
 
Try setting appropriate NTFS permissions on the folders. You will need the NTFS rights to Traverse Folder / Execute file at the top level to allow them to see the folders that they can access at a lower level, but nothing else.

I've found out why I couldn't login earlier: my test account was disabled. (D'Oh).

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top