parallel-ssh icon indicating copy to clipboard operation
parallel-ssh copied to clipboard

Provide callback to download/upload methods to implement progress bars

Open Suor opened this issue 6 years ago • 0 comments

Basic support for progress reporting is calling a callback with (done, total) or (done, total, filename).

We are considering switch from paramiko, but since we are developing a user facing command line tool dealing with large file transfers, this is an important part of ui for us.

Suor avatar Jul 11 '19 15:07 Suor