-
Notifications
You must be signed in to change notification settings - Fork 22
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
wget unrecognized option --show-progress #207
Comments
I recall having this issue with my host. This can also be used for modules. |
@marcus-leonard - It may be possible to factor this in if the version text is fairly standard. Please can you paste what you get when you type: wget --version |
|
@laryn - thanks. |
I've added a pull request to add support for showing the progress bar on earlier version of This is post 1.16/tmp/filter_perms63 100%[===================>] 10.42K --.-KB/s in 0s
[✔] 'filter_perms' was downloaded into '/app/backdrop/modules/filter_perms'. This is 1.14 (my web host)--2022-10-08 14:59:09-- https://github.com/backdrop-contrib/backup_migrate/releases/latest/download/backup_migrate.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/backdrop-contrib/backup_migrate/releases/download/1.x-1.0.20/backup_migrate.zip [following]
--2022-10-08 14:59:09-- https://github.com/backdrop-contrib/backup_migrate/releases/download/1.x-1.0.20/backup_migrate.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/29902295/a7e911a2-02fe-46c5-8f0d-b14e199fb9fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221008%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221008T145910Z&X-Amz-Expires=300&X-Amz-Signature=afb2e57cbc2f3fec359d5f05771d780a8949f2bdd06fe6f5d3f0e281ac43e14f&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=29902295&response-content-disposition=attachment%3B%20filename%3Dbackup_migrate.zip&response-content-type=application%2Foctet-stream [following]
--2022-10-08 14:59:10-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/29902295/a7e911a2-02fe-46c5-8f0d-b14e199fb9fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221008%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221008T145910Z&X-Amz-Expires=300&X-Amz-Signature=afb2e57cbc2f3fec359d5f05771d780a8949f2bdd06fe6f5d3f0e281ac43e14f&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=29902295&response-content-disposition=attachment%3B%20filename%3Dbackup_migrate.zip&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 112185 (110K) [application/octet-stream]
Saving to: '/tmp/backup_migrate6341903db650d/backup_migrate.zip'
100%[==============================================================================>] 112,185 --.-K/s in 0.002s
2022-10-08 14:59:10 (57.5 MB/s) - '/tmp/backup_migrate6341903db650d/backup_migrate.zip' saved [112185/112185]
[✔] 'backup_migrate' was downloaded into '/home/user/website/dev/www/modules/backup_migrate'. I did try a suggestion on this page but it made no difference. wget --progress=bar:force:noscroll From my perspective, this is better than causing an error if you don't use The alternative would be to simply hide progress for earlier versions. |
Thanks for looking into this & sorry for delay responding. |
@marcus-leonard - Thanks - that's a really good suggestion. from 1.14 on my web host
|
@yorkshire-pudding That looks pretty good. The only other option for wget 1.14 that affects things seems to be
which is shorter but doesn't show any progress. I think what you've done so far is fine. |
Issue #207 - Adds progress bar for earlier versions of wget and a message explaining why the output is so long and what they can do about it.
Server: Red Hat Enterprise Linux Server release 7.9
wget version: GNU Wget 1.14
Later things (like Ubuntu 20.04) have
Not a big deal, but there are probably still quite a few RHEL 7 (and similar) OSs around.
The text was updated successfully, but these errors were encountered: