Re: [JSch-users] SFTP of large file hangs

2016-10-14 Thread Vikas Verma
Yeah looks like a similar issue. But I am not familiar with JSCH source code to figure out how to change that to make it work. From: Alan Ezust <alan.ez...@gmail.com> Sent: Friday, October 14, 2016 12:55 PM To: Vikas Verma Cc: jsch-users@lists.sourcefor

Re: [JSch-users] Authentication with password & key

2016-10-14 Thread Vikas Verma
Have you tried config.put("PreferredAuthentications", "publickey,keyboard-interactive,password"); From: Răzvan Rotaru Sent: Friday, October 14, 2016 11:49:45 AM To: jsch-users@lists.sourceforge.net Subject: [JSch-users] Authentication

Re: [JSch-users] SFTP of large file hangs

2016-10-10 Thread Vikas Verma
ks, Vikas. ____ From: Vikas Verma <vvick...@hotmail.com> Sent: Monday, October 10, 2016 12:38:28 PM To: Alan Ezust Cc: jsch-users@lists.sourceforge.net Subject: Re: [JSch-users] SFTP of large file hangs I just tried java -Xmx4096m -classpath "*" Sftp and it still fai

Re: [JSch-users] SFTP of large file hangs

2016-10-10 Thread Vikas Verma
ks, Vikas. From: Alan Ezust <alan.ez...@gmail.com> Sent: Monday, October 10, 2016 12:09 PM To: Vikas Verma Cc: jsch-users@lists.sourceforge.net Subject: Re: [JSch-users] SFTP of large file hangs Another guess: investigate what the startup command line options are for jav

Re: [JSch-users] SFTP of large file hangs

2016-10-05 Thread Vikas Verma
(Partner that hosts sftp server) logging. I can reach out and ask. But their support isnt that great. Thanks, Vikas. From: Alan Ezust <alan.ez...@gmail.com> Sent: Wednesday, October 5, 2016 11:00:44 AM To: Vikas Verma Cc: jsch-users@lists.sourceforge.net Sub

[JSch-users] SFTP of large file hangs

2016-09-14 Thread Vikas Verma
We are having a strange issue with one of our clients (Client hosts the SFTP server. We are the client using JSCH). When we SFTP a large file to their SFTP server the file stops getting uploaded after exactly 2143990632 bytes. The JSCH connection just starts over at that point. I am including