Doug Kent schrieb:

>  We are using jsch 1.44 to SFTP files to Solaris UNIX servers
> ( jsch is running on the same platform).  We are finding that
> in spite of calling ChannelSFTP.quit() and ChannelSFTP.disconnect()
> after the put, we are leaving connections open at the network level
> and also processes still running on the target servers.  Does anyone
> any experience with this and any ideas on how to solve?

It looks like you need to close the Session, too.

One SSH session can transport multiple channels (in parallel and
one after each other), so closing the channel does not close the
session automatically.


PaĆ­lo

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to