Interface IRemotePathTransformation
- Namespace
- Renci.SshNet
- Assembly
- Renci.SshNet.dll
Represents a transformation that can be applied to a remote path.
public interface IRemotePathTransformationMethods
Transform(string)
Transforms the specified remote path.
string Transform(string path)Parameters
pathstring-
The path to transform.
Returns
- string
-
The transformed path.