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

martin

Re: Download Multiple files without wildcard?

Just call Session.GetFiles repeatedly. There's nothing wrong about that.
rke002

Download Multiple files without wildcard?

It is possible to download multiple files without wildcard?

For example.

session.GetFiles("/test/file1.dat, /absc/mynewtest.dat", @"c:\\test\\");

I know, you can use wildcard... but what if wildcard won't help?