I've setup a Folder inside Web File Manager to Share on Local Samba Share using Linux
smb.conf
[DataShare]
path = /var/www/sites/default/files/data
valid users = joe @joe www-data @www-data
guest ok = yes
browseable = yes
writable = yes
create mask = 777
directory mask = 777
WebFM's Default File Permission is
Role View Access
WebManager is not allowed to access the Files after I drag and drop.. (all chmod to 777)
I have to manually add all the files in the folder to database in order for my users (none admin, none file owners) to access it..
is there a way that you don't have to manually adding the data in the folder to the database?
so the users group who only have "access webfm" permission to view and download the files?
Comments
Comment #1
nhck commentedjo3c,
thank you for reporting this and heling to make webfm better. We have added a cron job to automatically add files to the database.
Thank you.
Comment #2
gigel2007 commentedin which version is the cron job enabled?
i have debian lenny + drupal6.6 + webfm 6.x-2.15 installed via drush. do i have this cron job?