Table of Contents

Delegate SftpFileEntryPredicate

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Delegate for filtering file entries.

public delegate bool SftpFileEntryPredicate(ref SftpFileEntry entry)

Parameters

entry SftpFileEntry

The file entry to evaluate.

Returns

bool

True to include the entry, false to exclude.