Count files without hidden files
Hello,
I'd like to count numbers of files without hidden files in the server before to download them.
I use version 5.17.7 with C#
I must use the mask here?
thanks
I'd like to count numbers of files without hidden files in the server before to download them.
I use version 5.17.7 with C#
I must use the mask here?
var allFiles = session.EnumerateRemoteFiles(dossierDepot.FullName, null, EnumerationOptions.AllDirectories); nbrFilesInFTP = allFiles.Count();