Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
Compression property
Determines level of compression used.
Type
Integer.Syntax
- C#
- VB.NET
Int32 Compression {get; set; };
Property Compression As Int32
Remarks
Before connecting to the server, you can decide if you want to use wodSFTP.NET's internal compression. If so, you should set Compression property to any value between 1 and 9 (1 for lowest compression, 9 for highest compression). If you don't want compression to be used, set this parameter to 0.You can change Compression setting during the connection. Typically, clients use compression level 6 for optimum performance (default value).