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
