| 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; }
Public Property DontUseCompression As Boolean
Get
Set
public:
property bool DontUseCompression {
bool get ();
void set (bool value);
}
member DontUseCompression : bool with get, set
Property Value
Type:
BooleanSee Also