Gets or sets a value that enables workaround for broken SSH_FXP_REALPATH command used to determine a canonical path when changing or creating a directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Property EnableBrokenRealPathWorkaround As Boolean
	Get
	Set
C#
public bool EnableBrokenRealPathWorkaround { get; set; }

Field Value

True to enable the workaround; false to keep default behavior.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also