Hi, I'm trying to create a custom user manager but I can't find any documentation on how to declare it in the configuration file. >From the schema it looks like it should be
<user-manager> <beans:bean class="org.apache.ftpserver.usermanager.myusermanager" /> </user-manager> but it errors out when the parser gets to the bean tag. Could someone give me an example of the proper syntax? Much appreciated, Jay
