Click or drag to resize

FtpConfigurationStatSupportsParameter Property

Gets or sets the value indicating if STAT command supports parameter. If set to false FileExists(String) uses LIST instead of STAT. Default is true.

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

Property Value

Type: Boolean
See Also