 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Boolean
See Also