spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
383 stars 96 forks source link

Does this library provide multiplexing option? #126

Open HRK44 opened 5 years ago

HRK44 commented 5 years ago

I'm using it to make multiple scp in a loop with thousands of files, can I use multiplexing with scp2?

I would like to re-use the connection instead of creating new connections everytime I use scp.