Hi!
I m evaluate this product but i don t have found compression Part in ssh Tunnelling.... SecureBridge support compression? and which one? and how to enable it?
Thanks Alessandro
SecureBridge support compression?
Re: SecureBridge support compression?
Hi Alessandro,
there is a CompressionClient and CompressionServer property in the TScSSHClient component. The default is set to csAllowed, so I guess that when the SSH-server supports compression it will be used.
Andreas
there is a CompressionClient and CompressionServer property in the TScSSHClient component. The default is set to csAllowed, so I guess that when the SSH-server supports compression it will be used.
Andreas
Re: SecureBridge support compression?
Ok i have checked on documentation But There are no description about compression properties and which compression use.... zip,Arc, rar?
Re: SecureBridge support compression?
SecureBridge supports ZLib compression. To enable compression of transmitted data from client to server, set the TScSSHClient.CompressionClient property to csAllowed or csRequired. To enable using compression from server to client, set the TScSSHClient.CompressionServer property to the csAllowed or csRequired value.
Re: SecureBridge support compression?
Hi!What s difference between allowed and required?
how Can i test it?
i have use required But i got an lzh error buffer is too small
how Can i test it?
i have use required But i got an lzh error buffer is too small
Re: SecureBridge support compression?
No Support?
Re: SecureBridge support compression?
Thank you for the information. We have reproduced the problem and investigation is in progress. We will inform you when we have any results.