Hi Niklas, thank you for your very fast bug fix. Where can I find the release roadmap?I need to import only the library in my project, so for me the best solution is to wait the FPTServer core 1.0.1 release, so I can avoid mismatching.Please, Could you tell me when the FPTServer core 1.0.1 will be released?
I read from your developer mailing list, you are working on SFTP server on ssh protocol.Am I right?Where can I find more information about this project? When will a first release of this project be released?Where can I find it? I'm looking forward your answering.Thank you in advance. Massimiliano. --- Gio 14/5/09, Niklas Gustavsson <[email protected]> ha scritto: Da: Niklas Gustavsson <[email protected]> Oggetto: Re: (custom Ftplet) onConnect method problem A: [email protected] Data: Giovedì 14 maggio 2009, 10:43 On Thu, May 14, 2009 at 10:22 AM, massimiliano basilica <[email protected]> wrote: > Thank you very much for your help. > While waiting your bug fix, reading the source code, I tried successfully > the patch to the method sessionOpened of the > class org.apache.ftpserver.impl.DefaultFtpHandler. > I made the following patch: public void sessionOpened(final FtpIoSession > session) throws Exception { > FtpletResult ftpletRet = context.getFtpletContainer().onConnect(session.getFtpletSession()); > if (ftpletRet == FtpletResult.DISCONNECT) { > session.close(false).awaitUninterruptibly(10000); return; > } session.updateLastAccessTime(); > session.write(LocalizedFtpReply.translate(session, null, context, > FtpReply.REPLY_220_SERVICE_READY, null, null)); } It's pretty similar to what I did. It has been commited to both the 1.0.x branch and trunk. So feel free to check out from SVN and build from there if you like. Anyways, thanks for reporting the issue! /niklas
