Put multiple files from different folders and get overall progress and each file's progress in C#

Advertisement

ariasohrab
Joined:
Posts:
1
Location:
Iran

Put multiple files from different folders and get overall progress and each file's progress in C#

How to put multiple files from different local locations in a queue and get overall progress of the upload for all the files and each file in SessionFileTransferProgress event?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Put multiple files from different folders and get overall progress and each file's progress in C#

WinSCP .NET assembly has no queue. Just call PutFiles sequentially for each file.

Reply with quote

Advertisement

You can post new topics in this forum