Download Managers¶
curl & wget¶
-
To install on Ubuntu:
-
Example usage to upload a file to FTP server:
-
To download a file using wget and curl, run one of the following commands (replace URL):
-
To pause a file being downloaded using wget and curl, press
key. To resume download, run one of the following commands: -
Assuming that download links are stored in “links.txt” file, you can use one of the following commands to initiate batch downloads:
axel¶
A console based Linux download manager. It downloads very fast when you use the multi-threaded feature. More than a download manager it’s rather a download accelerator. However, you can specify multiple URLs at once. It can resume broken downloads by default.
-
To install on Ubuntu:
-
Normal usage:
-
Axel does not support batch downloads. However, you can just loop through a links file using bash to download files one by one. Below is a small example:
uGet¶
Much more sophisticated than axel with many advanced features like multi-segment download. Supports downloading files through HTTP, HTTPS, FTP, BitTorrent & Metalink.
aria2¶
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
-
To install aria2 in Ubuntu, run the following command:
-
To download a file using aria2, run the following command:
-
To create multiple connections when downloading a file, run a command in following format (replace “4” with your own choice):
-
Assuming that download links are stored in “links.txt” file, you can use the following command to initiate batch downloads:
YAAW¶
- YAAW: Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.
下载百度云文件¶
-
终端运行aria
-
安装 Chrome浏览器插件 BaiduExporter
- acgotaku/BaiduExporter: Export Baidu Cloud files address to aria2/aria2-rpc, support YAAW.
-
打开需要下载的百度云盘的分享链接,会发现网页上下载按钮旁边多出一个 「导出下载」 按钮,点击它弹出的「ARIA2 RPC」就自动添加到你的下载队列里了
BitTorrent & uTorrent¶
Download Google Drive Files using wget¶
ref: https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99
-
generate a direct download link to files: https://sites.google.com/site/gdocs2direct/
-
get FileID
-
download with the script