I\'m using JSCH for file upload ever sftp. In it\'s current state each thread opens and closes connection when needed.
If it possible to use connection pooling with
For that I would prefer commons-pool. ;)