<PackageReference Include="SSH.NET" Version="2024.2.0" />

Renci.SshNet.Common.PosixPath

sealed class PosixPath
Represents a POSIX path.
namespace Renci.SshNet.Common { internal sealed class PosixPath { public string Directory { get; } public string File { get; } public static PosixPath CreateAbsoluteOrRelativeFilePath(string path); public static string GetFileName(string path); public static string GetDirectoryName(string path); } }