Page 1 of 1

[SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Posted: Thu 02 Jun 2016 06:18
by pcz
Hello

I have noticed that after I add AfterWriteData event handler for SFTPClient there ale no calls of OnSuccess event handler with Operation "opWritingFile"

Is it intended behaviour?
There is no explanation in help...

Regards
P.C.

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Posted: Fri 03 Jun 2016 12:30
by ViktorV
Yes, you are right. When using the AfterWriteData event handler, the onSuccess event is not triggered on Operation = opWritingFile.

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Posted: Fri 03 Jun 2016 13:07
by pcz
Thanks for confirmation!

A chapter in help file could be helpful ;)

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Posted: Mon 13 Jun 2016 13:31
by ViktorV
We will add this information in the SecureBridge documentation.