On Tue, Mar 29, 2011 at 3:56 PM, frank buloup <[email protected]> wrote: > Now if I use the same kind of code (of course you have to trust me) within a > GUI interface (SWT-JFace), here what I get when server is started : > > Nb users :1 > Users name :paul > 1741735 [Thread-0] INFO org.apache.ftpserver.impl.DefaultFtpServer - FTP > server started > > What I can notice is that it seems we are not in main thread ???
Right, that's probably because your GUI works of a different thread than main. Should not make any difference for FtpServer. > And when a client tries to connect, here are messages coming from server : > > 1831252 [NioProcessor-3] INFO > org.apache.ftpserver.listener.nio.FtpLoggingFilter - CREATED > 1831257 [pool-6-thread-1] INFO > org.apache.ftpserver.listener.nio.FtpLoggingFilter - OPENED > 1831261 [pool-6-thread-1] INFO > org.apache.ftpserver.listener.nio.FtpLoggingFilter - CLOSED Could you provide the full log file on DEBUG level? /niklas
