C# PARALLEL PROGRAMMING
Hello,
we're using winscp .NET Assembly to download a very large directory of image files, and the download could take 6 hours for 6600 images (~1GB).
Is it possible to use the parallel programming paradigm to launch N session.GetFiles to obtain my files, but 4/5 at a time?
or the assembly could may not support parallel programming?
If the answer is yes, are there any samples?
thanks in advance
best regards
we're using winscp .NET Assembly to download a very large directory of image files, and the download could take 6 hours for 6600 images (~1GB).
Is it possible to use the parallel programming paradigm to launch N session.GetFiles to obtain my files, but 4/5 at a time?
or the assembly could may not support parallel programming?
If the answer is yes, are there any samples?
thanks in advance
best regards