RE: Jsch issue with compression algorithm

2014-10-28 Thread Baweja, Keshav
: willemjiang Weibo: 姜宁willem On October 20, 2014 at 12:33:45 PM, Baweja, Keshav (keshav.baw...@jpmorgan.com.invalid) wrote: Looking at the code in SftpOperations.java in createSession() // compression if (sftpConfig.getCompression() 0) { LOG.debug(Using compression

RE: Jsch issue with compression algorithm

2014-10-19 Thread Baweja, Keshav
not be configured on sshd for server to client communication. Could this be causing the behavior I encounter below? Regards Keshav -Original Message- From: Baweja, Keshav Sent: Monday, October 20, 2014 12:17 PM To: users@camel.apache.org; jsch-us...@lists.sourceforge.net Subject: Jsch issue

Jsch issue with compression algorithm

2014-10-19 Thread Baweja, Keshav
:320) ~[ftu-server-3.0.3.jar:na] at org.apache.camel.component.file.remote.SftpOperations.connect(SftpOperations.java:115) ~[ftu-server-3.0.3.jar:na] Has someone encountered this? Any ideas to resolve this. Thanks in advance. Regards Keshav -Original Message- From: Baweja, Keshav

RE: JSch connection issue with Maverick SSHD server

2014-10-10 Thread Baweja, Keshav
: Baweja, Keshav Sent: Tuesday, September 16, 2014 7:07 PM To: users@camel.apache.org Subject: RE: JSch connection issue with Maverick SSHD server Hello JSch has configuration parameters to set compression algorithm for client to server and server to client transport. compression.c2s

RE: JSch connection issue with Maverick SSHD server

2014-09-16 Thread Baweja, Keshav
for compression support. Does setting this Camel option (with JSch zlib on classpath) automatically sets both these configuration parameters. Regards Keshav -Original Message- From: Baweja, Keshav [mailto:keshav.baw...@jpmorgan.com.INVALID] Sent: Monday, September 15, 2014 2:30 PM

RE: JSch connection issue with Maverick SSHD server

2014-09-15 Thread Baweja, Keshav
to each other. You need to configure the server with both zlib *and* none compression factories. 2014-09-15 7:39 GMT+02:00 Baweja, Keshav keshav.baw...@jpmorgan.com.invalid : Hello I am using Camel 2.13.2 in my application to build up routes to download files from sftp server locations

JSch connection issue with Maverick SSHD server

2014-09-14 Thread Baweja, Keshav
Hello I am using Camel 2.13.2 in my application to build up routes to download files from sftp server locations. The codebase has been tested ok against 5 different sftp servers. However against one particular sftp server, JSch the sftp implementation used  by Camel seems to disconnect