M
Marquis
Guest
Hi,
I use FTP to allow users of my site upload txt files for 'parsing'. Php needs to be able to read these files and delete bad ones. Currently it is no problem as long as the web user doesn't put the files in a folder. If he does, php doesn't have permission since the default folder permission given by the ftp doesn't allow php to edit this.
The folders are the web users folders, but belong to a PSA group. Should I make php a member of that group?
Or..
Can I change the default folder permissions for the ftp so that web user's folders are all readable. How do I do that?
I use FTP to allow users of my site upload txt files for 'parsing'. Php needs to be able to read these files and delete bad ones. Currently it is no problem as long as the web user doesn't put the files in a folder. If he does, php doesn't have permission since the default folder permission given by the ftp doesn't allow php to edit this.
The folders are the web users folders, but belong to a PSA group. Should I make php a member of that group?
Or..
Can I change the default folder permissions for the ftp so that web user's folders are all readable. How do I do that?