Add progress bar #8

Closed
opened 2023-09-04 11:32:44 +02:00 by sbstn87 · 7 comments
sbstn87 commented 2023-09-04 11:32:44 +02:00 (Migrated from github.com)

Hi,

would it be possible to add a progress bar when uploading a file?

Hi, would it be possible to add a progress bar when uploading a file?
tanrax commented 2023-09-04 11:38:39 +02:00 (Migrated from github.com)

Yes, it may be possible with some external libraries.
Check: https://gist.github.com/yejianye/3b08730d4ed31ae18c7d

Yes, it may be possible with some external libraries. Check: https://gist.github.com/yejianye/3b08730d4ed31ae18c7d
sbstn87 commented 2023-09-04 11:43:01 +02:00 (Migrated from github.com)

Could you perhaps add this feature into transfersh-cli?

Could you perhaps add this feature into transfersh-cli?
tanrax commented 2023-09-04 14:21:36 +02:00 (Migrated from github.com)

Why do you think I should include it? What problems have you encountered?

Why do you think I should include it? What problems have you encountered?
sbstn87 commented 2023-09-04 15:38:24 +02:00 (Migrated from github.com)

No problems, beside the fact that when uploading a big file, one cannot know how much more time will it take to complete.

It may be just one minute more but one cancels it after waiting for a long time, because it may seem it will take an hour more.

It does not have to be a progress bar, but perhaps percent complete, time elapsed and time to complete.

No problems, beside the fact that when uploading a big file, one cannot know how much more time will it take to complete. It may be just one minute more but one cancels it after waiting for a long time, because it may seem it will take an hour more. It does not have to be a progress bar, but perhaps percent complete, time elapsed and time to complete.
tanrax commented 2023-09-17 10:38:20 +02:00 (Migrated from github.com)

At the moment I am busy with other Opensource maintenance tasks. If you think you have the necessary skills, I encourage you to implement it yourself. Otherwise I will write it down in my TODO and if I find more people interested I will try to invest some hours.
Sorry if my answer disappoints you, but my time is limited.

At the moment I am busy with other Opensource maintenance tasks. If you think you have the necessary skills, I encourage you to implement it yourself. Otherwise I will write it down in my TODO and if I find more people interested I will try to invest some hours. Sorry if my answer disappoints you, but my time is limited.
sbstn87 commented 2023-09-17 10:58:42 +02:00 (Migrated from github.com)

No worries, this is understandable.

Unfortunately I do not have necessary skills to implement this feature.

No worries, this is understandable. Unfortunately I do not have necessary skills to implement this feature.
tanrax commented 2023-10-12 16:44:55 +02:00 (Migrated from github.com)

In the latest version you will be able to see the progress bar.
pip3 install --upgrade transfersh-cli

In the latest version you will be able to see the progress bar. `pip3 install --upgrade transfersh-cli`
Sign in to join this conversation.