Renci.SshNet.RemotePathDoubleQuoteTransformation
Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
namespace Renci.SshNet
{
internal class RemotePathDoubleQuoteTransformation : IRemotePathTransformation
{
public string Transform(string path);
public RemotePathDoubleQuoteTransformation();
}
}