How to convert IEnumerable<FtpObjectInfo> into a datatable

@kduvvuri

Give a try on filtering it with LINQ
sftpFiles.Where(Function (x) x.Name.Contains(YourSearchTerm)).toList

About LINQ have a look here:

Also have a look on following activtiy and its output property Files returning a datatable