On Fri, Oct 31, 2008 at 8:39 PM, Niklas Gustavsson <[EMAIL PROTECTED]>wrote:
> On Fri, Oct 31, 2008 at 4:50 PM, Bakary Dialaya DJIBA <[EMAIL PROTECTED]> > wrote: > > I can not find org.apache.ftpserver.clienttests class. > > It's not a class, it is a package in the test sources. It is not part > of the binary package so you have to get the source. Thanks. > > > > Also, I want to know the Ftp server entry point to intercept the command > > User when login and anwser with my own messages. > > This can be done using an Ftplet, using a custom Command or a custom > message. If the only thing you would like is to send a different > response string, then a custom message is by far the simplest. Its not message only. I What I want more is to check authentication before creating the user. For eg the user gives login password and I verify integrity and answer him... I don't need the user.gen file. > See > here: > http://mina.apache.org/ftpserver/messages.html > > That page needs improvement, for example, the file must be named > FtpServer.gen. Please ask here or check the DefaultMessageResource > source for further assistance. For the message I think that its already done. Thank a lot, > > > /niklas > -- Bakary,
