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