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