You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
first of all thanks for this awesome project, found it a few days ago and loving it!
I am trying to display the progress of several scp operations in a Progress (having a separate job for each file to transfer).
I am using
paramiko SSHClient
andSCPClient.
Currently I have no clue on how to add the progress of the scp to my
Progress(SpinnerColumn(finished_text=':heavy_check_mark:'), "{task.description}", BarColumn(), FileSizeColumn(), TotalFileSizeColumn(), transient=True)
Any ideas are very much appreciated.
Best
Bernd
Beta Was this translation helpful? Give feedback.
All reactions