View Single Post
Old 05-03-2003, 03:04 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

did you write a custom command?

If you need a simple example it would work like this.
say you're in /

&cd /cgi-bin
SITE CHMOD 755 script.cgi
&cd protected
SITE CHMOD 755 script.cgi

the above example would set the chmod for
/cgi-bin/script.cgi
/cgi-bin/protected/script.cgi
bigstar is offline