SftpProgressMonitor.init not called for put(String dst, ...)
Status: Alpha
Brought to you by:
ymnk
I just noticed the SftpProgressMonitor method void init(int op, String src, String dest, long max) is not called at all for ChannelSftp method public OutputStream put(String dst, final SftpProgressMonitor monitor, final int mode)
See the line 465 in ChannelSftp source file for comparison.
I believe this omission is not intentional as it has no impact on execution or performance, yet it would be nice to have this fixed e.g. for logging purposes.