jsch
jsch copied to clipboard
ChannelSftp
trafficstars
in _put and _get method, monitor.count don't pass the total data length read/write, instead passing data length read/write every loop, it's not accordidate to the document as,
boolean count(long count) Will be called periodically as more data is transfered. Parameters: count - the number of bytes transferred so far Returns: true if the transfer should go on, false if the transfer should be cancelled.