Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Compression property
Determines the level of compression used.
Type
An Integer value. Specifies level of compression.Syntax
- Basic
object.Compression [= value]
The Compression(object,value) syntax has these parts:
The Compression(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSH. |
value | An Integer value. |
Remarks
Before connecting to an SSH server, you can decide if you want to use wodSSH's internal compression. If so, you should set the 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.Typically, SSH clients use compression level 6 for optimum performance.