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