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

Reply via email to