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