FtpSettings.CompressionLevel Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
CompressionLevel
Gets or sets the compression level used when uploading in mode Z (Zlib). Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest). Default value is 6 (medium compression and speed).
Declaration
public int CompressionLevel { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Compression level. |
Remarks
Applies to upload operations only. For download operations, the compression level is determined by the FTP server itself.