I'm using Rebex.Net.Scp to read in groups of files. I was hoping that I could use BeginGetFile to start 10 asynchronous downloads, and then wait until all 10 have completed. I can do this, but it is the same amount of time as downloading each file serially with ReadMemory.
Is there a way to read multiple files simultaneously to speed up the transfer?
Thanks - Brad