Click or drag to resize

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; }

Property Value

Type: Boolean
See Also