Thinking about it a little, I believe that the user "nobody" needs to maintain ownership of all files and directories uploaded by Fukebane. This is because presumably you need a way to move, rename and delete files once they've been uploaded and the PHP scripts will need to do this.
- the main fb script must be updated into a directory that has 777 permissions (to enable creation of "nobody"-owned subdirectories and files)
- the fb script should upload files as 755
Steps to fix 0.0.3:
1) Update fb to own files and subdirectories (as "nobody")
2) Update fb so that it works across platforms (file separators seem to be causing a problem still when run locally on your system, but not on mine for some reason)
3) Clean up debugging
I may be able to get a chance to do this this week hopefully but if you want to take a crack at cleaning up some of my junk, let me know and I can send you the latest source...
Regards,
Jeff
Post new comment