in reply to Enhancing Net::SFTP (& Net::SSH) to support IPv6
When a SSH connection is started, the heavy part is the protocol handshake. Creating a process is in comparison, very cheap and anyway, one (or even several) processes are going to be created on the remote side.
So, If that is not fast enough for you, the only solution will be to keep open the SSH or SFTP connections and reuse them.
Net::SFTP::Foreign can run also on top of Net::OpenSSH (which uses external processes) and Net::SSH2 (which doesn't).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Enhancing Net::SFTP (& Net::SSH) to support IPv6
by albus123 (Novice) on Jul 25, 2015 at 01:10 UTC |