frosty7700
Programmer
I'm creating a website in PHP that allows users to download files in a specific server directory to their machines. What are the recommened permissions for this and what's the best way to handle it? It's on an OSX server (i.e., permissions handled similar to Linux). The non-web users need to be able to copy files into the folder, and the web users should only have read-access. I've never done this type of thing on a non-NT server.