jsch icon indicating copy to clipboard operation
jsch copied to clipboard

observing the performance issue with jsch

Open shyamaspari opened this issue 1 year ago • 0 comments

Hi, my use case is to test the performance of the Sftp server where I am trying to open multiple connections and push the 5 GB files in order of 50,100,150,200, and so on to test the performance.

When I try to push more and more files, I observe slow data transfer. Which is almost the same ratio.

is there any config that can reduce the time to transfer the file in parallel under the thread?

Thanks, shyam.

shyamaspari avatar Dec 04 '23 12:12 shyamaspari