Multiple channels?
I don't know if this is possible. I noticed that MindTerm, a Java ssh client can multiplex several ssh channels on the same tcp connection. When you use background transfer, is it possible to use the same tcp connection for all background transfers? In this way, the overhead of establishing new connections can be avoided and also you avoid storing the password in memory, which you consider as a security risk.
yue
yue