// define FileSet var set = new FileSet("/home/data"); set.Include("cash*.csv"); set.Include("EFT*.csv"); set.Include("DDR*.csv");
// download then delete client.Download(set, @"C:\data"); client.Delete(set);
// move = after succesfull download delete file immediately client.Download(set, @"C:\data", TransferMethod.Move, ActionOnExistingFiles.ThrowException);
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.