Re: Scripting with multiple simultaneous connections
Well, adding this to scripting would complicate it quite a lot already. And combining it with a general synchronization is ever more complicated. So it's unlikely, sorry.
But if you have a single folder only, it should not be difficult to implement a PowerShell script using WinSCP .NET assembly to find a new files and then run parallel transfers to fetch them.
See these examples for a start:
https://winscp.net/eng/docs/library_example_parallel_transfers
https://winscp.net/eng/docs/library_example_check_existence_timestamp
But if you have a single folder only, it should not be difficult to implement a PowerShell script using WinSCP .NET assembly to find a new files and then run parallel transfers to fetch them.
See these examples for a start:
https://winscp.net/eng/docs/library_example_parallel_transfers
https://winscp.net/eng/docs/library_example_check_existence_timestamp