Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: Windows 2003 .: How to Create an FTP Folder with Read Access but Not List Access

How to Create an FTP Folder with Read Access but Not List Access

SUMMARY

This step-by-step article describes how to set up File Transfer Protocol (FTP) folders on an Internet Information Services (IIS) Web server so that a user can access files when the user knows only the file name and the folder contents are not listed.

Create the FTP Folder

1. Create a folder that you want the FTP service to point to.
2. Right-click the folder, click Properties, and then click the Security tab. Grant Full Control permissions to only the Administrators group.

NOTE: Remove the Everyone group if it is present.
3. Click Advanced, and then click Add to add a new rule.
4. In the account selection list, double-click the Anonymous User account or the group that is used for FTP access.
5. In the Apply Onto drop-down list, select Files Only.
6. Click to select Allow for the following permissions:
List Folder/Read Data
Read Attributes
Read Extended Attributes
Read Permissions
7. Click OK.
8. Click Add to add another rule.
9. Select the account that you selected in step 4.
10. In the Apply Onto list, click to select This Folder only.
11. Click to select Allow for the following permissions (note that List permissions are not listed):
Create Files/Write Data
Create Folders/Append Data
Write Attributes
Write Extended Attributes
Read Permissions
12. Click OK until you have closed all of the property windows.

Note If you apply these permissions to an existing folder or to existing files, you click to select the Reset permissions on all child objects and enable propagation of inheritable permissions check box before you click OK.

How helpful was this article to you?

Related Articles

article How to create a remote access security policy in Windows Server 2003
SUMMARY This step-by-step article...

(No rating)  6-30-2008    Views: 61   
article VB Script to Read a list of users from a spreadsheet, determine if they exist and if they're disabled, then write the result to the spreadsheet
  On Error Resume Next

(No rating)  3-24-2008    Views: 129   
article How to Configure Public Folder to Hold Default Contacts List
If you’ve ever created Exchange public...

(No rating)  4-3-2008    Views: 138   

User Comments

Add Comment
No comments have been posted.