 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool DisableMLST { get; set; }Public Property DisableMLST As Boolean
Get
Set
public:
property bool DisableMLST {
bool get ();
void set (bool value);
}member DisableMLST : bool with get, set
Property Value
Boolean
Remarks
Some servers implement MLST commands incorrectly.
See Also