Re: C# PARALLEL PROGRAMMING
You have to use multiple instances of theSession
, each running in its own thread
See https://winscp.net/eng/docs/library_example_parallel_transfers
(though the example is in PowerShell).
Thank you, I'm gonna check your thread's link.