Re: Is there a way to access the FtpSession.lastReply in the handleOnClose() call?

2011-02-14 Thread David Latorre
Hello Toli, why don't you set your ftpet to be run after STOR (and STOU...) command? In the old way this was the method onUploadEnd(). 2011/2/12 Toli Kuznets tkuzn...@marinsoftware.com: Hi, I have a custom FtpLet and I wan to kick off a job on file upload, so i override the

Re: Is there a way to access the FtpSession.lastReply in the handleOnClose() call?

2011-02-14 Thread David Latorre
Uh, I see that's what you did :) 2011/2/14 David Latorre dvl...@gmail.com: Hello Toli,  why don't you set your ftpet to be run after STOR (and STOU...) command? In the old way  this was the method onUploadEnd(). 2011/2/12 Toli Kuznets tkuzn...@marinsoftware.com: Hi, I have a custom

Re: Is there a way to access the FtpSession.lastReply in the handleOnClose() call?

2011-02-14 Thread Toli Kuznets
Oh, my bad. My eyes saw onUploadEnd() but, for some reason, my fingers kept typing handleOnClose() sorry for the confusion On Mon, Feb 14, 2011 at 1:46 AM, David Latorre dvl...@gmail.com wrote: Uh, I see that's what you did :) 2011/2/14 David Latorre dvl...@gmail.com: Hello Toli,