Closed (won't fix)
Project:
Filemanager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2007 at 22:31 UTC
Updated:
3 Feb 2013 at 17:43 UTC
Can you explain what 'private' file provides? Does this enable a file to be private to the node author? Or role based access control?
Comments
Comment #1
cscsteve commentedIt means the same as in the Upload module: file transfers are protected via Drupal... all access controls that Drupal provides are applied. Public means that it's handled by the webserver, so if the files are publically accessible, then if someone knows the URL they can get the file.
If you want to control the access to your files, ever, or want to place the file store somewhere other than the web tree, you'll need to choose private. The downside, is theres' more server resources used in private.
This is _not_ a method to have files that can be private to individual users.
Comment #2
pomliane commentedThis version of Filemanager is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.