<PackageReference Include="SSH.NET" Version="2016.1.0-beta3" />

IRemotePathTransformation

public interface IRemotePathTransformation
Represents a transformation that can be applied to a remote path.
namespace Renci.SshNet { public interface IRemotePathTransformation { string Transform(string path); } }