由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址

Download Software

wget

  1. wget -c ulr

支持断点续传

aria2c

website: https://aria2.github.io/
install:

  1. sudo apt-get install 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.

Examples

  1. ##Usage Examples
  2. ##Command-line scares you off? No, aria2 is really easy to use!!
  3. ##Download from WEB:
  4. aria2c http://example.org/mylinux.iso
  5. ##Download from 2 sources:
  6. aria2c http://a/f.iso ftp://b/f.iso
  7. ##Download using 2 connections per host:
  8. aria2c -x2 http://a/f.iso
  9. ##BitTorrent:
  10. aria2c http://example.org/mylinux.torrent
  11. ##BitTorrent Magnet URI:
  12. aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'
  13. ##Metalink:
  14. aria2c http://example.org/mylinux.metalink
  15. ##Download URIs found in text file:
  16. aria2c -i uris.txt

curl

reference: https://curl.haxx.se/docs/manpage.html

curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). The command is designed to work without user interaction.

  1. curl ftps://files.are.secure.com/secrets.txt

more tutorial: https://curl.haxx.se/docs/manual.html


Enjoy~

本文由Python腳本GitHub/語雀自動更新

由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址

GitHub: Karobben
Blog:Karobben
BiliBili:史上最不正經的生物狗