Search Results for

    Interface ISshDirectoryHandle

    Represents an open SFTP directory handle.

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

    Properties

    | Edit this page View Source

    HasNext

    Gets whether another directory entry is available.

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

    IsDone

    Gets whether the directory stream has completed.

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

    IsWithDots

    Gets whether dot entries are included for this handle.

    Declaration
    bool IsWithDots { 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

    ShouldSendDot

    Gets whether the dot entry should still be sent.

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

    ShouldSendDotDot

    Gets whether the dot-dot entry should still be sent.

    Declaration
    bool ShouldSendDotDot { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Close()

    Closes the directory handle.

    Declaration
    void Close()
    | Edit this page View Source

    MarkDone()

    Marks the directory stream as done.

    Declaration
    void MarkDone()
    | Edit this page View Source

    MarkDotDotSent()

    Marks the dot-dot entry as sent.

    Declaration
    void MarkDotDotSent()
    | Edit this page View Source

    MarkDotSent()

    Marks the dot entry as sent.

    Declaration
    void MarkDotSent()
    | Edit this page View Source

    Next()

    Gets the next directory entry path as a string.

    Declaration
    string Next()
    Returns
    Type Description
    string
    | Edit this page View Source

    Remove()

    Removes the current directory entry when supported.

    Declaration
    void Remove()
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX