Gets or sets a value that disables normalization of paths passed to all commands (paths are used unchanged).
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Property DisablePathNormalization As Boolean Get Set |
| C# |
|---|
public bool DisablePathNormalization { get; set; } |