Interface ISshEntries
Provides metadata for SFTP directory entry read events.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public interface ISshEntries
Properties
| Edit this page View SourceEntries
Gets the directory entries returned to the client.
Declaration
IReadOnlyDictionary<string, object> Entries { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
RemoteHandle
Gets the remote directory handle identifier.
Declaration
string RemoteHandle { get; }
Property Value
| Type | Description |
|---|---|
| string |
SshSession
Gets the session associated with the directory read.
Declaration
ISshSession SshSession { get; }
Property Value
| Type | Description |
|---|---|
| ISshSession |
localHandle
Gets the local directory handle wrapper.
Declaration
ISshDirectoryHandle localHandle { get; }
Property Value
| Type | Description |
|---|---|
| ISshDirectoryHandle |