Search Results for

    Interface ISshHandle

    Represents an open SFTP handle exposed through .NET-safe metadata.

    Inherited Members
    IDisposable.Dispose()
    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface ISshHandle : IDisposable

    Properties

    | Edit this page View Source

    Id

    Gets the server handle identifier.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsOpen

    Gets whether the handle is still open.

    Declaration
    bool IsOpen { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    PhysicalPath

    Gets the local physical path associated with the handle.

    Declaration
    string PhysicalPath { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX