Gets or sets a value that disables workaround for a SSH_FXP_STAT command, which is known not to work correctly on some servers.

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

Syntax

Visual Basic
Public Property DisableFxpStatWorkaround As Boolean
	Get
	Set
C#
public bool DisableFxpStatWorkaround { get; set; }

Field Value

False (default) to keep the workaround working; true to disable the workaround.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also