sshtools / maverick-synergy

Next Generation Java SSH API
https://jadaptive.com
GNU Lesser General Public License v3.0
96 stars 26 forks source link

Fixed division by zero. #28

Closed maksym72 closed 3 years ago

maksym72 commented 3 years ago

For SFTP file transfers, if data transfer if sub-second duration, Arythmetic exception rised when transfer speed is calculated. Reproducable with logging enabled for INFO and below log levels.

ludup commented 3 years ago

Thanks, this has been fixed as a wider change SftpChannel (in develop branch)