Renci.SshNet.RemotePathTransformation
Provides access to built-in remote path transformations.
namespace Renci.SshNet
{
public static class RemotePathTransformation
{
public static IRemotePathTransformation ShellQuote { get; }
public static IRemotePathTransformation None { get; }
public static IRemotePathTransformation DoubleQuote { get; }
}
}