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

namnai.kiran

Hi, I need to download files batch by batch, for example 10 files at a time

I got the requirement to download the files batch by batch, example 10 files at a time.

currently we are downloading using as below.
session.GetFiles(remotePath, localPath, true, transferOptions);

please help me or share the sample code for doing it.