FileField Private Downloads

Categories

Component ID

703508

Component name

FileField Private Downloads

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2242

Component created

Component changed

Component body

An experimental module to enable true private downloads for Drupal 6.

If you simply require .htaccess protection read the handbook page here:

Restrict specific folders from public download (via .htaccess)
Drupal Handbook - http://drupal.org/node/540754

Or try one of the following private downloads related projects

Private Upload: http://drupal.org/project/private_upload
Private Download: http://drupal.org/project/private_download
Protected Download (Drupal 5): http://drupal.org/project/downld

From Drupal 7, both private and public downloads will be supported by core.

About the 2.x branch

It reworks how the url is done to be more flexiable with contrib modules. It does optionally use htaccess, but storing the files out of the webroot is still preferable.