Gets or sets a value that disables WS FTP server workaround when opening remote directory.

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

Syntax

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

Field Value

False (default) to use the workaround; true to disable the workaround.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also