Interface ISshSysLink
Provides metadata for SFTP hard link or symbolic link events.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public interface ISshSysLink
Properties
| Edit this page View SourceDestPath
Gets the destination path.
Declaration
string DestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Exception
Gets the exception associated with the event when available.
Declaration
Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
Session
Gets the session associated with the link event.
Declaration
ISshSession Session { get; }
Property Value
| Type | Description |
|---|---|
| ISshSession |
SourcePath
Gets the source path.
Declaration
string SourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
SymLink
Gets or sets whether the link is symbolic.
Declaration
bool SymLink { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |