Thanks Ben. 

-----Original Message-----
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 08, 2008 12:01 PM
To: CF-Talk
Subject: Re: CFFILE


If the file is on a shared drive, and the user CF runs as has access to 
that drive, then CFFile can access it.

If that's not possible, you could set up FTP access and use cfftp (which 
would allow you to read/write it, instead of just read with cfhhtp).

--Ben Doom

Orlini, Robert wrote:
> Is there a way for CFFile to find a file not on the local server? For example 
> to find a file on the c:\ drive on another server? 
> 
> Can the source be \\server\c$
> 
> <cffile action="copy"
>       source="\\server\c$\accessLog.txt"
>       destination="C:\docs\accessLog_backup.txt">
> 
> If not, are there any CF tags or commands that can do this? CFHTTP?
> 
> Thx.
> 
> RO
> HWW
> 
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296156
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to