| 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; }
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
Type:
BooleanSee Also