SftpSettings.DisableRealPathWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
DisableRealPathWorkaround
Gets or sets a value that disables WS FTP server workaround when opening remote directory.
Declaration
public bool DisableRealPathWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to use the workaround; true to disable the workaround. |