Who owns the file on the local computer? (I’ve noticed that if admin owns the file on one and then transfers to another via the network, it remains admin? not sure though? These permissions are ACL not POSIX?)
Also, what if you counteracted the action with a script (for POSIX but I’m sure it can be adapted)?
Use folder actions
[code]
–additem.scpt
–add item to folder
on adding folder items to this_folder after receiving added_items
do shell script “chmod -R 775 #directorypath#”
end adding folder items to
[/code]
Robert
Comments are closed