Re: [PHP] Recursive permissions

2006-02-19 Thread Curt Zirzow
On Sat, Feb 18, 2006 at 06:07:16PM -0500, tedd wrote: > >On 2/18/06, tedd <[EMAIL PROTECTED]> wrote: > >> Hi gang: > >> > >> Question: I know you can set a directory to have certain permissions, > >> but how do you set the permissions to be recursive? In other words, > >> for example, if you set th

Re: [PHP] Recursive permissions

2006-02-19 Thread Chris
I am aware of how to change the contents of a directory to a specific chmod using a recursive php routine, but I was looking for a simpler way. That's the only way. Doing it through ftp, the ftp program does the recursive stuff - not the ftp server. -- PHP General Mailing List (http://www.

Re: [PHP] Recursive permissions

2006-02-19 Thread Kim Christensen
On 2/19/06, tedd <[EMAIL PROTECTED]> wrote: > Perhaps this is something limited to GoLive and not an option in > setting chmod's via php's built-in functions. This is clearly depending on the host OS/ftp daemon and what permission is set on the upload folder. What GoLive! probably does with that c

Re: [PHP] Recursive permissions

2006-02-18 Thread tedd
On 2/18/06, tedd <[EMAIL PROTECTED]> wrote: Hi gang: Question: I know you can set a directory to have certain permissions, but how do you set the permissions to be recursive? In other words, for example, if you set the directory to be 755, then everything placed within that directory will a

Re: [PHP] Recursive permissions

2006-02-18 Thread Kim Christensen
On 2/18/06, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Question: I know you can set a directory to have certain permissions, > but how do you set the permissions to be recursive? In other words, > for example, if you set the directory to be 755, then everything > placed within that directory wi

[PHP] Recursive permissions

2006-02-18 Thread tedd
Hi gang: Question: I know you can set a directory to have certain permissions, but how do you set the permissions to be recursive? In other words, for example, if you set the directory to be 755, then everything placed within that directory will also be 755. Thanks. tedd -- ---