martin Re: Download Multiple files without wildcard? 2013-01-28 Just call Session.GetFiles repeatedly. There's nothing wrong about that.
rke002 Download Multiple files without wildcard? 2013-01-28 12:00 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?