Gets or sets a value that indicates whether to force the reversal of SSH_FXP_SYMLINK arguments.

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

Syntax

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

Field Value

True to force the reversal; false to autodetect.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also