View Single Post
Old 10-20-2004, 08:45 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

This could be done with a custom command

Create a single custom command that performs all of the CHMODs

SITE CHMOD 666 <path/file>
SITE CHMOD 600 <path/file>
SITE CHMOD 555 <path/file>

etc

There are no immedate plans for scripting so this would be your best option.
bigstar is offline