ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 148 forks source link

Replace scp with rsync #381

Open BaselOmari opened 1 year ago

BaselOmari commented 1 year ago

Is your feature request related to a problem? Please describe. If the file I'm copying already exists on the host device, copy_file will still copy it which takes time.

Describe the solution you'd like

rsync could replace scp, or alternative functions could be added to support rsync