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