Interface ISshHandle
Represents an open SFTP handle exposed through .NET-safe metadata.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public interface ISshHandle : IDisposable
Properties
| Edit this page View SourceId
Gets the server handle identifier.
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsOpen
Gets whether the handle is still open.
Declaration
bool IsOpen { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PhysicalPath
Gets the local physical path associated with the handle.
Declaration
string PhysicalPath { get; }
Property Value
| Type | Description |
|---|---|
| string |