Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No progress bar for download/upload #57

Open
flomnes opened this issue Jul 25, 2023 · 2 comments
Open

No progress bar for download/upload #57

flomnes opened this issue Jul 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@flomnes
Copy link
Member

flomnes commented Jul 25, 2023

There are progress bars for zip/unzip. But not for download/upload.

It would be nice to have it too.

@flomnes flomnes added the enhancement New feature or request label Jul 25, 2023
@flomnes
Copy link
Member Author

flomnes commented Jul 26, 2023

See https://github.com/tqdm/tqdm#hooks-and-callbacks

https://docs.paramiko.org/en/stable/api/sftp.html#paramiko.sftp_client.SFTPClient.put

The usage of callbacks may allow to update the tqdm's progress bar.

@laurent-laporte-pro
Copy link
Contributor

Pour le donwload, il y a bien une prograss bar dans les logs.

Une évolution est à envisager pour avoir cette progress bar dans les messages utilisateurs (qui utilisent print).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants