Post a reply

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

floody

Re: Download specific files by name

Thanks Martin,
The FileMask works perfectly.
I did try the loop but would have needed to handle the TransferResult differently.
Cheers
floody

Download specific files by name

Hi all,

Currently I am using the following method to download multiple files based on file name e.g. report_*.xlsx.
Session.GetFiles

This works fine, but in some cases I would like specific which files to download e.g. Report_1.xlsx, Report_50.xlsx...

Is this possible using the above (or similar method) without going into a loop?

Cheers