'private' file
kulfi - December 9, 2007 - 22:31
| Project: | Filemanager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Can you explain what 'private' file provides? Does this enable a file to be private to the node author? Or role based access control?

#1
It 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.