Page 1 of 1

chmod problem

Posted: Sat Nov 15, 2003 3:13 am
by dewaphp
Hi All,

I need to chmod thousands of files on the remote server and this is very time consuming using ftp. Is there a more efficient way to chmod these files?.

TIA,
Andy

Posted: Sat Nov 15, 2003 3:56 am
by m3mn0n
I'm sure if you combined [php_man]chmod[/php_man], [php_man]while[/php_man], and the [php_man]filesystem[/php_man] functions, you could have it done within seconds. ;)

Posted: Sat Nov 15, 2003 4:26 am
by dewaphp
thx sami:)