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

2016-10-14 Thread Vikas Verma
] SFTP of large file hangs I had to google to figure out what "rekeying" means and came across this interesting thread about a similar problem the paramiko client used to have at 1gb. https://github.com/paramiko/paramiko/issues/49 [https://avatars1.githubusercontent.com/u/1007176?v=3&am

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

2016-10-14 Thread Alan Ezust
I had to google to figure out what "rekeying" means and came across this interesting thread about a similar problem the paramiko client used to have at 1gb. https://github.com/paramiko/paramiko/issues/49 -- Check out the v

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

2016-10-14 Thread Vikas Verma
ks, Vikas. From: Vikas Verma 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 fails. Looking at the ch

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

2016-10-10 Thread Vikas Verma
ks, Vikas. From: Vikas Verma 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 fails. Looking at the change l

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

2016-10-10 Thread Vikas Verma
ks, Vikas. From: Alan Ezust 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 java on the system in question. Is th

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

2016-10-10 Thread Alan Ezust
> *From:* Vikas Verma > *Sent:* Wednesday, October 5, 2016 11:40:47 AM > *To:* Alan Ezust > > *Cc:* jsch-users@lists.sourceforge.net > *Subject:* Re: [JSch-users] SFTP of large file hangs > > > @Alan --> Yes its running 64 bit. > > @Lothar --> The problem is jus

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

2016-10-05 Thread Vikas Verma
tner that hosts sftp server) logging. I can reach out and ask. But their support isnt that great. Thanks, Vikas. From: Alan Ezust Sent: Wednesday, October 5, 2016 11:00:44 AM To: Vikas Verma Cc: jsch-users@lists.sourceforge.net Subject: Re: [JSch-users] SFTP

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

2016-10-05 Thread Alan Ezust
Just wondering, is the client running jsch also running a 64 bit version of Java? On Mon, Oct 3, 2016 at 12:19 PM, Vikas Verma wrote: > Can anyone please help? The SFTP server is proftpd. This looks like an > old Rekeying problem between Proftpd and Jsch. I have tried JSCH version > 50/51 and 5

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

2016-10-05 Thread Lothar Kimmeringer
Hi, Am 03.10.2016 um 21:19 schrieb Vikas Verma: > Can anyone please help? The SFTP server is proftpd. This looks like an old > Rekeying problem between Proftpd and Jsch. I have tried JSCH version 50/51 > and 54 with no luck. if time permits (it currently isn't) I can try to reproduce it here, b

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

2016-10-03 Thread Vikas Verma
Can anyone please help? The SFTP server is proftpd. This looks like an old Rekeying problem between Proftpd and Jsch. I have tried JSCH version 50/51 and 54 with no luck. Thanks, Vikas. From: Vikas Verma Sent: Wednesday, September 14, 2016 11:43:16 AM To: jsc

[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 th