Zip Files - WeOnlyDo Discussion board

Zip Files (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Dave, Friday, September 29, 2023, 19:53 (211 days ago) @ Jasmine

Jasmine

I tried that with events. The problem is it freezes at the PutFile and does not move to any next line.

I am going to check within the week. I think the last change worked. Unfortunately, the person I am working with is out of the office. If I have further issues, I'll send a new post.

Dave

Hi Dave,

if you want to use events, make sure you do NOT set Blocking = true, since this is different approach (in async way) to wodSFTP's behavior. So either use events with blocking = false, or don't use events with blocking = true.

If you use events, check out arguments passed when event was fired for specific error, especially in the Done event.

Regards,
Jasmine


Complete thread: