skywalkman
2015-09-10 03:49:59 UTC
Hi all,
We are using jsch 0.1.43 along with proftpd, and proftpd has a channelWindowSize 1GB setting. Hung up sometimes happen if we update file larger than 1GB, if we try to upload again normally it works well.
The cause for this issue may root in waiting for the window adjust notification but that notification never received.
I see in the JSCH change log since version 0.1.51 there is abug fix as
- bugfix: hung-up in uploading huge data to ProFTPd without the config
'SFTPClientMatch "JSCH.*" channelWindowSize 1GB' FIXED.
Although we in fact have the config setting, will the fix work for us? Or anywhere we can check the fix code change details so we can check whether it may resolve our issue?
Thanks much
Allen
We are using jsch 0.1.43 along with proftpd, and proftpd has a channelWindowSize 1GB setting. Hung up sometimes happen if we update file larger than 1GB, if we try to upload again normally it works well.
The cause for this issue may root in waiting for the window adjust notification but that notification never received.
I see in the JSCH change log since version 0.1.51 there is abug fix as
- bugfix: hung-up in uploading huge data to ProFTPd without the config
'SFTPClientMatch "JSCH.*" channelWindowSize 1GB' FIXED.
Although we in fact have the config setting, will the fix work for us? Or anywhere we can check the fix code change details so we can check whether it may resolve our issue?
Thanks much
Allen