Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
ariasohrab

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?