Single Procedure Download (wodSFTP / wodSFTP.NET / wodSFTPdll)
I'd like to know if I can have a more clean approach to downloading the contents of a remote directory. I want to, within one procedure, initiate the connection, find the list of files names, download all of them, and close the connection. The disjoint process of responding to events doesn't really work with the code that I am writing. Is this possible?