We are switching from IPWorks.FTP to edtFTPNetPro. I'm using the SecureFTPConnection class. I see there is a GetFileInfos or GetFiles methods with overloads but neither of which cause the DirectoryListing event to fire. What method causes the DirectoryListing event to fire from the FTP server? Or is the expectation from edtFTPNetPro that it is not event driven in that manner?
Before:
objFTP.ListDirectoryLong()
end sub
then OnDirList event fires from the server. Is this chain possible with edtFTPNetPro? If not that's fine, I just can't seem to find out how.