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; } |