Hi Guys,
I am using JSch to connect to SShd and then using port forwarding to forward the data.
In my application I want to make sure if the server is alive or not proactively. How can I do that?
The thing is I want to show my customer yes the connection between the client and server is up. I tried using the isConnected method of the Session class but that doesn't give the right...
2009-05-01 01:43:29 UTC in JSch