SFTP Object
 
Syntax
 
SFTP.EnableCompression As Long
 
Description
Enables or disables the use of compression w/ the SSH connection. The default value is 0.
Some older SSH servers have been found that claim to support compression, but actually fail when compression is used. PuTTY does not enable compression by default. If trouble is encountered where the SSH server disconnects immediately after the connection is seemingly established (i.e. during authentication), then check to see if disabling compression resolves the problem.
 
See Also