I have ftp configured on IIS7.
I would like to restrict ftp access by anonymous users to a particular downloads folder only.
Where do I specify which directory anonymous users should be restricted to?
I have ftp configured on IIS7.
I would like to restrict ftp access by anonymous users to a particular downloads folder only.
Where do I specify which directory anonymous users should be restricted to?
You should try to disable anonymous authentication on FTP root folder, in FTP authentication settings, and add allow rule for anonymous access in FTP authorization rules only for specific directories.
That should work.