Trying aria2c as a command-line replacement for wget, curl, and torrents.
- Use a new line for each file to download.
- Use
aria2c -D URIfor daemon (background) downloads, and free up a terminal window.
I document my adventures and problems so that I remember my mistakes, and perhaps you may learn something.
I'm not a programmer, nor a computer expert.
I'm just a tinkering guy in Milwaukee with a store and three kids to keep me busy.
Trying aria2c as a command-line replacement for wget, curl, and torrents.
aria2c -D URI for daemon (background) downloads, and free up a terminal window.curl is a wonderfully useful and scriptable upload/download tool. For example, instead up firing up FTP to upload this page to my website, I figured out that I can open a Terminal and enter: $curl -v -T localpath/TechBlog.html -u username:password ftp://ftp.host.com/me/. And it does the whole thing for me!
Learning to use curl, to download schedule information. Using a tutorial to guide me through the minutae of faking forms and another to guide through scripting it into BASH.