On Mon, Aug 17, 2009 at 11:18 PM, Kandarp Desai<[email protected]> wrote: > I want set User Authentication for my Ftpserver via LDAP. > Can someone please guide me how can do it in Ftplet?
FtpServer no longer supplies an LDAP user manager so you would have to write your own. Once that done, you can configure it in the XML by using the Spring <bean> syntax. Let us know if you need more details. /niklas
