> to lines of codes in SftpOperations identified above.
>
>
> Regards
> Keshav
>
>
> -Original Message-
> From: Willem Jiang [mailto:willem.ji...@gmail.com]
> Sent: Monday, October 20, 2014 2:39 PM
> To: users@camel.apache.org
> Subject: RE: Jsch
should be localized to lines of codes in SftpOperations identified above.
Regards
Keshav
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: Monday, October 20, 2014 2:39 PM
To: users@camel.apache.org
Subject: RE: Jsch issue with compression algorithm
Hi,
I just c
Hi,
I just check the configuration, “none” means the compression will not be done
if sshd doesn’t support to compress the data from sshd to jsch.
Current release has supported following properties,
* compression.s2c: zlib, none
default: none
Specifies whether to use compression for the dat
Looking at the code in SftpOperations.java in createSession()
// compression
if (sftpConfig.getCompression() > 0) {
LOG.debug("Using compression: {}", sftpConfig.getCompression());
session.setConfig("compression.s2c", "z...@openssh.com, zlib,
none");