IRemotePathTransformation public interface IRemotePathTransformation Documentation Code namespace Renci.SshNet { public interface IRemotePathTransformation { string Transform(string path); } }