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 accessible constructor became private. What can you
advise: log connection activity some other way then subclassing
ChannelSftp, or we can hope to get the API of ChannelSftp reverted to it's
previous state?

--
Thanks,
Dmitry Trofimov,
PyCharm developer at JetBrains

On Thu, May 24, 2012 at 12:18 PM, Dmitry Trofimov <trofimov.dmi...@gmail.com
> wrote:

> 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 the possibility to override it.
>
> Thanks,
> Dmitry Trofimov
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to