Re: [JSch-users] SFTP of large file hangs
Status: Alpha
Brought to you by:
ymnk
From: Vikas V. <vvi...@ho...> - 2016-10-14 17:28:53
|
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 <ala...@gm...> Sent: Friday, October 14, 2016 12:55 PM To: Vikas Verma Cc: jsc...@li... 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.githubusercontent.com/u/1007176?v=3&s=400]<https://github.com/paramiko/paramiko/issues/49> Transfer fails at 1GB: rekey window too small, hard-coded ...<https://github.com/paramiko/paramiko/issues/49> github.com First off, thanks for the great work with paramiko. At 1GB of data transferred over sftp, paramiko initiates a ssh rekey request and then sets a limit on the number ... |