| FtpConfigurationListSupportsParameter Property |
Gets or sets the value indicating if LIST command supports folder parameter.
If set to false
GetList(String) changes folder, instead of issuing 'LIST folder' command.
Default is true.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool ListSupportsParameter { get; set; }
Public Property ListSupportsParameter As Boolean
Get
Set
public:
property bool ListSupportsParameter {
bool get ();
void set (bool value);
}
member ListSupportsParameter : bool with get, set
Property Value
Type:
BooleanSee Also