Renci.SshNet.RemotePathTransformation
namespace Renci.SshNet
{
public static class RemotePathTransformation
{
public static IRemotePathTransformation ShellQuote { get; }
public static IRemotePathTransformation None { get; }
public static IRemotePathTransformation DoubleQuote { get; }
}
}