I need Both directories and files. I think that I miss lot of thinks, I'm working with the 1.0.0.Snapshot version of FtpServer-core. Not on the trunk.
I haven't got the FtpServerFactory class. Thanks for these advices. Regards, On Mon, Oct 20, 2008 at 3:52 PM, Niklas Gustavsson <[EMAIL PROTECTED]>wrote: > On 10/20/08, Bakary Dialaya DJIBA <[EMAIL PROTECTED]> wrote: > > Yes its a custum File system and I want to store 'files' in memory. > > Then you will need to implement the three interfaces of the file > system API. There should be sufficient Javadocs to explain what each > method do, but if you miss anything, let us know. Do you need > directories or only files? > > After you got the implementation, you should add it to the FtpServer, > using setFileSystem() (will be on the FtpServerFactory if you work on > trunk). > > /niklas > -- Bakary,
