wodSFTP ActiveX Control - Compression Property
      
 

Description

Determines the level of compression used.


Property type

An Integer value.  Determines the level of compression.


Syntax

object.Compression [= value]



The Compression Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.
value An Integer value.

Remarks

Before connecting to an SSH server, you can decide if you want to use wodSFTP's internal compression. If so, you should set the Compression property to any value between 1 and 9 (1 for minimum compression, 9 for maximum compression). If you don't want compression to be used, set this parameter to 0.

Typically, SFTP clients use compression level 6 for optimum performance.