Click or drag to resize

FtpConfigurationDisableMLST Property

Gets or sets the value indicating if MLST extension should be disabled. Default is false (MLST is enabled if available).

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public bool DisableMLST { get; set; }

Property Value

Boolean
Remarks
Some servers implement MLST commands incorrectly.
See Also