C++, COM tool - Events are not being called (wodSFTP / wodSFTP.NET / wodSFTPdll)
I am using VC 2003, C++, with current eval wodftpdlx.dll, just downloaded again today to make sure its the latest
what i am seeing is that some events never fire, either with blocking on or off
I DO get some, for example;
Connected/Done/FTPReply
I do NOT get
ListItems/Attributes/HostCertificate
I am hooking the sink using the sample code from WithEvents, and the same FtpEventSink.cpp
Any ideas?