Gets or sets a value indicating whether to attempt to negotiate extended MLST/MLSD facts using OPTS MLST command.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Property EnableFactsNegotiation As Nullable(Of Boolean) Get Set |
| C# |
|---|
public Nullable<bool> EnableFactsNegotiation { get; set; } |