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. > 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. 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. /niklas
