SftpSettings.EnableBrokenDirectoryStatWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnableBrokenDirectoryStatWorkaround
Gets or sets a value that enables workaround for broken SSH_FXP_STAT request (fails on directories on 'DataPowerSSH' servers).
Declaration
public bool? EnableBrokenDirectoryStatWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | True to enable the workaround; false to disable it; null to auto-detect. |