Re: [PHP] unable to copy and chmod

2002-01-15 Thread Edgard Berendsen
The probem is that when I copy the file, the owner is set to something that PHP lately can't change ! This happened to me in 2 tottaly different servers. I want to copy a file (as a template) and make it writable using PHP. [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL

Re: [PHP] unable to copy and chmod

2002-01-14 Thread Jimmy
Hi Edgard, I'm trying to copy a file and chmod it to make it writable, but after I copy it using PHP I can't even chmod in ftp ! since you upload it using PHP, most likely the owner of the file is nobody.nobody, that's why you can't chmod thru ftp. (unless you login to ftp as nobody ;)) I