Renci.SshNet.RemotePathNoneTransformation
Performs no transformation.
namespace Renci.SshNet
{
internal sealed class RemotePathNoneTransformation : IRemotePathTransformation
{
public string Transform(string path);
public RemotePathNoneTransformation();
}
}