Re: Async GetFile
There are no asynchronous methods in WinSCP .NET assembly.
You can use multiple instances of
In the examples, there is a separate
You can use multiple instances of
Session
class in separate threads/tasks.
In the examples, there is a separate
Session
for each thread/task for both download (downloadSession
) and upload (uploadSession
). Please check the code again.