简体   繁体   中英

Using wget to download files and folders from RawGit

I want to retrieve files using wget, through RawGit. The command I'm using:

wget raw.githubusercontent.com/DevBonBon/The_Thing/Finish-Tim-TheThing/system/bin/Tim

And it returns:

Connecting to raw.githubusercontent.com (23.235.43.133:80)
wget: not an http or ftp url: https://raw.githubusercontent.com/DevBonBon

/The_Thing/Finish-Tim-TheThing/system/bin/Tim I'm using busyboxes wget, as I want this to work on android. The command works fine on Linux, but always fails when using busybox. Is there a way around this or another command I could use?

You could use the Android version of wget, made by Jacob Hoffman-Andrews

Have a look a this page: https://jacob.hoffman-andrews.com/android/wget/

Here is a download mirror of the binary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM