I have a server with SBS 2011 installed. I have FPT working with security so that a login is required. I have added a directory under the FTP directory called "public" which I want to make accessible to anyone with no login required. How do I do that?
Asked
Active
Viewed 745 times
1 Answers
1
Enable Anonymous Authentication on the directory in IIS and grant whatever account you're using for anonymous access the relevant NTFS permissions on the folder in the filesystem.

MDMarra
- 100,734
- 32
- 197
- 329
-
Can you give me a hint on enabling anonymous authentication on a single directory? I see how to do it for the whole site (I think), but not for a single directory (my "public" directory under my "ftp" folder). – birdus Feb 12 '13 at 14:47