Click or drag to resize

FtpConfigurationDontGetFileSizeBeforeDownload Property

Gets or sets the value indicating if GetFileSize(String) should be used to retrieve file size before download. Default is false (file size is obtained).

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

Property Value

Type: Boolean
See Also