IRemotePathTransformation
Represents a transformation that can be applied to a remote path.
namespace Renci.SshNet
{
public interface IRemotePathTransformation
{
string Transform(string path);
}
}