You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing very slow performance. See the example below. It takes almost 1 hour to get from 5% to 10% complete transferring only 1024 bytes at a time. Is there a way to change the buffer size?
2018-01-16 14:46:59,833 INFO [c3a6c516-f2d9-44c4-80b9-97332c17fafa] [pool-18-thread-1] [ftppush.FtpPushProcessor] - Ftp push percent complete: 1024 bytes transferred this call, 908908544 total bytes transferred, 5% complete
2018-01-16 15:42:24,674 INFO [c3a6c516-f2d9-44c4-80b9-97332c17fafa] [pool-18-thread-1] [ftppush.FtpPushProcessor] - Ftp push percent complete: 1024 bytes transferred this call, 1817817088 total bytes transferred, 10% complete
It appears that in the JCraft implementation of Jsh, you can do something like the following:
We are experiencing very slow performance. See the example below. It takes almost 1 hour to get from 5% to 10% complete transferring only 1024 bytes at a time. Is there a way to change the buffer size?
It appears that in the JCraft implementation of Jsh, you can do something like the following:
Is there something similar in the
vngx-jsch
implementation?Thanks in advance!
The text was updated successfully, but these errors were encountered: