Another option - though one that gives you slightly less control is to use the 
VFS filesystem plugin for the FTP server 
(http://vfs-utils.sourceforge.net/ftpserver/index.html) because then you can 
use the ram:// filesystem (http://commons.apache.org/vfs/filesystems.html#ram) 
that works on memory.Frank
> Date: Fri, 15 Oct 2010 17:26:40 +0200
> Subject: Re: FtpServer - Receive files by memory
> From: [email protected]
> To: [email protected]
> 
> 2010/10/15 Danilo Rosetto Muñoz <[email protected]>:
> > I would like to know some way to get FTP received files directly from
> > memory. I mean redirect file transfers to the memory and listening them. I
> > want this in order to embbeded a FTP Server on my app and handling new
> > files through memory without using filesystem.
> 
> The best way of doing this would be using an in-memory file system
> (implementing FileSystemFactory, FileSystemView and FtpFile). We do
> not supply one, but it would certainly be possible to implement one.
> 
> /niklas
                                          

Reply via email to