On Sat, Jul 7, 2012 at 11:53 AM, jonah <[email protected]> wrote: > hi everybody,I am new baby to ftpserver. > I know I can implement customer user manager through document,But there no > more information about how to write config file. > please help me ,thanks.
There's documentation on how to integration your custom user manager here: http://mina.apache.org/ftpserver/user-manager.html The simplest method is to use Springs <bean> element and point it to your class. As for Spring documentation, check out: http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-factory-class /niklas
