Re: [PHP] directories - again

2007-06-09 Thread Richard Lynch
If 'nobody' owns those files because your PHP script was 'nobody' when it uploaded it, write another PHP script, running as 'nobody' to chmod the files. On Thu, June 7, 2007 2:46 am, Ross wrote: > Hi, > > I can make the files now after setting the permission to my images > folder > but I cannot de

[PHP] directories - again

2007-06-07 Thread Ross
Hi, I can make the files now after setting the permission to my images folder but I cannot delete the folder or images in it. I have tried unlink and rmdir with no success. Even with filezilla cannot delete it The problem seems to be the images that are set to chmod of 600 and cannot be changed.