---------- Original Message ----------------------------------
from: Shawn McKee <[EMAIL PROTECTED]>
>I need to be able to copy complete directory structures from one location to
>another on various UNIX systems. ...the underlying problem is that I really need to
>maintain the group, and preferably the owner.  ...
>
>Suggestions?

No, but a few ideas maybe. CFFILE can set owner, group and other permissions with 
"mode" (see below). If you have to set owner or group to something other than userid 
nobody, then perhaps use a Unix system mask?

Chris Norloff

<cffile action="WRITE" 
        file="filename" 
        output="output text "
        mode="644">
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to