Gets or sets a value that enables workaround for broken SSH_FXP_STAT request (fails on directories on 'DataPowerSSH' servers).

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

Syntax

Visual Basic
Public Property EnableBrokenDirectoryStatWorkaround As Nullable(Of Boolean)
	Get
	Set
C#
public Nullable<bool> EnableBrokenDirectoryStatWorkaround { get; set; }

Field Value

True to enable the workaround; false to disable it; null to auto-detect.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also