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

Add extra upload functionality #219

Closed
legoraft opened this issue Mar 27, 2024 · 5 comments
Closed

Add extra upload functionality #219

legoraft opened this issue Mar 27, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@legoraft
Copy link

When the upload jumps to 1 GB, there are no decimal numbers anymore, even though the total upload does have a decimal number. I would like to be able to see this if possible

I would also like to see the upload speed, currently I need to guess how long an upload will take, so having the speed there would be great if possible.

@crschnick
Copy link
Contributor

The decimal numbers for GB will be an easy fix and included in the next release.

For the upload speed I have to see when I get that done, it is surprisingly difficult to get the time estimation right without it jumping all over the place.

@crschnick crschnick added the enhancement New feature or request label Mar 27, 2024
@crschnick
Copy link
Contributor

So the decimal upload progress should be fixed in 8.6

@legoraft
Copy link
Author

great, which tool are you using for the upload? Because scp does have a speed thingy in there

@crschnick
Copy link
Contributor

It does not use any specialized tool for file transfers, they are transferred manually.

I can definitely come up with a proper timer, it will just take a little bit of time and experimentation.

@crschnick
Copy link
Contributor

This now implemented in 9.2: https://github.com/xpipe-io/xpipe/releases/tag/9.2

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

No branches or pull requests

2 participants