Ben,

But wouldn't the file be "written" to physical memory? And if so, you could
not guarantee that the OS isn't caching part of the file in the Swap (Unless
I'm misunderstanding). Still, it might be enough to check off his
requirement. I suspect they won't want the web server to touch the file at
all - memory or disk notwithstanding :)

-Mark
  


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-----Original Message-----
From: Ben Forta [mailto:b...@forta.com] 
Sent: Monday, November 23, 2009 9:35 AM
To: cf-talk
Subject: Re: remote FTP directly from client browser


CF9 virtual file system may do what you need. You'll be able to read and
write and access files, but they'll not be written to disk on the server.

--- Ben

(Sent from my phone, please pardon the typos)

On Nov 23, 2009, at 10:24 AM, Robert Schimmel <rschim...@spectir.com>
wrote:

>
> So, here is my problem. I need to be able to get a file from a  
> client browser to a remote FTP server without storing the file on  
> the CF server. It's a government project that won't allow cffile to  
> upload a file from the client onto the webserver, but they gave me  
> access to an ftp server (requiring authentication of course). So  
> basically, I want to be able to use cfftp but that appears to only  
> be able to transfer files that are already on the local server.  
> Anyone have a solution that allows the user to get a simple browse  
> interface, i.e. cffile, but can put the file on a remote FTP server?
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328605
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