Re: Avoid onuploadend being called after connection lost

2010-03-02 Thread David Latorre
What version of FTPServer are you using? 'FtpReply' should be the last parameter in the afterCommand() method for an FTPLet. 2010/3/1 Vinicius Carvalho vinicius.carva...@sambatech.com.br: Hello David. I found that this variable is present on IOFTPSession, but I can not access it. How can I

Re: Avoid onuploadend being called after connection lost

2010-03-02 Thread Vinicius Carvalho
I'm using 1.0.3. Ok tks. I'll give it a try. Since onuploadend does not have this argument I wasn't able to figure out. But since its called before onuploadend, I guess I could stack the value on a ThreadLocal to be retrieved later. Regards On Tue, Mar 2, 2010 at 7:27 AM, David Latorre

Re: Avoid onuploadend being called after connection lost

2010-03-02 Thread Niklas Gustavsson
On Tue, Mar 2, 2010 at 1:00 PM, Vinicius Carvalho vinicius.carva...@sambatech.com.br wrote: I'm using 1.0.3. Ok tks. I'll give it a try. Since onuploadend does not have this argument I wasn't able to figure out. But since its called before onuploadend, I guess I could stack the value on a