Re: Reg: Change the buffer size

2019-09-06 Thread Gokkulasudan Rathnakumar
Hi Thomas, Thanks for the clarification. Then is there a way to restrict the growth of the buffer size? Say not to exceed 65k or so? On Fri, Sep 6, 2019, 6:04 PM Thomas Charron wrote: > Umm, it resizes itself, 1024 is just the initial size. > >Thomas > > > On Fri, Sep 6, 2019, 7:49 PM G

Re: Reg: Change the buffer size

2019-09-06 Thread Thomas Charron
Umm, it resizes itself, 1024 is just the initial size. Thomas On Fri, Sep 6, 2019, 7:49 PM Gokkulasudan Rathnakumar < gokkulasudan...@gmail.com> wrote: > Hi All, > Is there a way to change the buffer size in SftpSubsystem under apache sshd > 2.1.0? > > Note: I see it as *protected final Bu

Reg: Change the buffer size

2019-09-06 Thread Gokkulasudan Rathnakumar
Hi All, Is there a way to change the buffer size in SftpSubsystem under apache sshd 2.1.0? Note: I see it as *protected final Buffer buffer = new ByteArrayBuffer(1024);* Thanks & regards, Gokkulasudan Rathnakumar.