Trying to set up site so certain files can be accessed by anonymous user and others can not. File Node seems to be the answer. But, no matter how I Grant permissions, I can not get Anonymous access to the files without checking "download any filenode" in the Permissions screen.

This, of course, allows Anonymous to download any file node, regardless of the permissions Granted on it. Which defeats the purpose of Granting permissions on a node, it seems to me.

In looking at the code, all I can find in regards to Anonymous browsing of file nodes is two checks against the "download any filenode" flag. If it comes back true, it allows access; if not, it denies it.

So, am I missing something, here? I really need to be able to limit access by Anonymous to some files linked on the site in order to meet the customer's needs.

Thanks.