Re: how can i capture exception when the sftp conn - WeOnlyDo Discussion board

Re: how can i capture exception when the sftp conn (General questions)

by woddrazen, Tuesday, March 25, 2008, 13:33 (6087 days ago) @ hit_arc

Hi Archit,


As Damba already mention you should set Args.Error = null (Nothing in VB) inside LoopError event. Error will be completely ignoring. All other files should be uploaded and Done Event should be fired.

Can we please discuss all your issues here? You can ask all your questions here and don't open new thread each time. You should use wodSFTP.NET in non blocking mode to use Events. If you want to use wodSFTP.NET in blocking mode (sftp1.Blocking =True) you shouldn't use Events.

About your PutFiles issue. We have duplicated some problem with PutFile Method. Component for some reason terminate upload and didn't fired any error. So you cannot receive error.
I have forward it to our programmers they will try to duplicate it and resolve it.


Drazen


Complete thread: