Allow lists such as from synchronization results to be pushed to the queue
Allow lists such as from synchronization results (preview changes) to be pushed to the queue (allow use of multiple connections).
I am aware synchronization from a script using multiple streams (connections) only works from C# and PowerShell (which are complex scripts compared to the default script from WinSCP).
But when you upload/download multiple files in the background (Queue) it uses multiple streams just fine, so why not push the result list from a synchronization session to the Queue and benefit from multiple streams? (and of course have it available from default WinSCP scripting).
I am aware synchronization from a script using multiple streams (connections) only works from C# and PowerShell (which are complex scripts compared to the default script from WinSCP).
But when you upload/download multiple files in the background (Queue) it uses multiple streams just fine, so why not push the result list from a synchronization session to the Queue and benefit from multiple streams? (and of course have it available from default WinSCP scripting).