Renci.SshNet.RemotePathShellQuoteTransformation
Quotes a path in a way to be suitable to be used with a shell-based server.
namespace Renci.SshNet
{
internal class RemotePathShellQuoteTransformation : IRemotePathTransformation
{
public string Transform(string path);
public RemotePathShellQuoteTransformation();
}
}