Click or drag to resize

FtpDontUseCompression Property

Forces the compression not to be used. You should set this field before connecting to the remote server. Default value is false.

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

Property Value

Type: Boolean
See Also