Question:
It took me some time to figure out and I finally found an example program explaining how to get the result when the underlying method of an Async call returns an object: https://www.example-code.com/cpp/async_returnObject.asp
Can you add a link in the documentation of "CkSftp::ReadDirAsync" ( https://www.chilkatsoft.com/refdoc/vcCkSFtpDoc.html#method538 ) to the method "CkSftpDir::LoadTaskResult" ( https://www.chilkatsoft.com/refdoc/vcCkSFtpDirDoc.html#method2 )?
Obviously similar links to all other "Async" methods that return an object.
Thanks Gert,
I added the links for SFTP. As each class's reference documentation gets regenerated w/ updates, these links will appear.