SftpSettings.DisablePathNormalization Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
DisablePathNormalization
Gets or sets a value that disables normalization of paths passed to all commands (paths are used unchanged).
Declaration
public bool DisablePathNormalization { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to normalize paths; true to keep paths in original form. |