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

2016-10-14 Thread Vikas Verma
ge.net Subject: Re: [JSch-users] 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.githubu

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-10 Thread Alan Ezust
> *From:* Vikas Verma <vvick...@hotmail.com> > *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 runn

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

2016-10-05 Thread Vikas Verma
ject: Re: [JSch-users] SFTP of large file hangs 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 <vvick...@hotmail.com<mailto:vvick...@hotmail.com>> wrote: Can anyone please help? The SFTP server is prof

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