dacr / jassh

High level scala SSH API for easy and fast operations on remote servers.
Apache License 2.0
71 stars 27 forks source link

SSH send get stuck on big files > 7Gb #38

Closed SHA-2048 closed 5 years ago

SHA-2048 commented 6 years ago

It seems the send method gets an integer overflow issue when handling hug files > 7 Gb This causes the method to go into an infinite loop leading to process being stuck.

I'll submit a PR for fixing this.