Re: [JSch-users] Protected constructor in ChannelSftp

2012-07-22 Thread Atsuhiko Yamanaka
Hi, I had missed to respond to your message. +-From: Dmitry Trofimov -- |_Date: Sat, 21 Jul 2012 11:10:35 +0200 __ | |We(Jetbrains) use your library for our remote access components, but we |can't upgrade it, because of the private constructor in the class |ChannelS

Re: [JSch-users] Protected constructor in ChannelSftp

2012-07-21 Thread Dmitry Trofimov
Hi! Sorry for reasking, but maybe my question was missed. We(Jetbrains) use your library for our remote access components, but we can't upgrade it, because of the private constructor in the class ChannelSftp. We override that class to make special logging, and now we can't because package accessibl

[JSch-users] Protected constructor in ChannelSftp

2012-05-24 Thread Dmitry Trofimov
Hi, we are using JSch library 1.44 and tried to update it 1.48, but failed because in purpose of logging we decorate ChannelSftp class extending it and now in version 1.48 it lacks public constructor. So the question is: what is the correct way to log all ChannelSftp activity? Or please provide t