Delegate SftpFileEntryPredicate
Delegate for filtering file entries.
public delegate bool SftpFileEntryPredicate(ref SftpFileEntry entry)
Parameters
entrySftpFileEntryThe file entry to evaluate.
Returns
- bool
True to include the entry, false to exclude.