Async GetFile
Does WinScp has async methods? So far i do not see.
If not, did anyone tested it like putting OpenSession->GetFile-CloseSession into (C#)Task.Run ? Will it work fine with multiple task like that?
Edit:
I found this link doco: https://winscp.net/eng/docs/library_example_parallel_transfers
Question: why in dl you created one session for all Tasks but for upload you creating separated session in each task. is there really a diffrence?
If not, did anyone tested it like putting OpenSession->GetFile-CloseSession into (C#)Task.Run ? Will it work fine with multiple task like that?
Edit:
I found this link doco: https://winscp.net/eng/docs/library_example_parallel_transfers
Question: why in dl you created one session for all Tasks but for upload you creating separated session in each task. is there really a diffrence?