Renci.SshNet.RemotePathDoubleQuoteTransformation
namespace Renci.SshNet
{
internal class RemotePathDoubleQuoteTransformation : IRemotePathTransformation
{
public string Transform(string path);
public RemotePathDoubleQuoteTransformation();
}
}