Table of Contents

Interface IRemotePathTransformation

Namespace
Renci.SshNet
Assembly
Renci.SshNet.dll

Represents a transformation that can be applied to a remote path.

public interface IRemotePathTransformation

Methods

Transform(string)

Transforms the specified remote path.

string Transform(string path)

Parameters

path string

The path to transform.

Returns

string

The transformed path.