Code Monkey home page Code Monkey logo

dl's Introduction

dl

Build Status

a concurrent http file downloader,support rate limit, resume from break-point.

install

go get github.com/ejunjsh/dl

usage

# dl
usage: dl [--header <header> [ --header <header>]] [[rate limit:]url...]
--header: specify your http header,format is "key:value"
rate limit: limit the speed,unit is KB
url...: urls you want to download

example

concurrent download

โžœ dl https://download.jetbrains.com/idea/ideaIU-2018.2.1.dmg http://mirrors.neusoft.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso
  ideaIU-2018.2.1.dmg |607.13MB[>                               ]26m13s|384.02KB/s
  CentOS-7-x86_64-Mini|906.00MB[===>                            ] 3m22s|  3.96MB/s

rate limit

below example shows the download speed that is limited in 200KB

โžœ dl 200:https://download.jetbrains.com/idea/ideaIU-2018.2.1.dmg
ideaIU-2018.2.1.dmg |607.13MB[===>                            ]46m14s|199.34KB/s

resume from break-point

below shows two commands,the second command resume from the first command

โžœ dl https://download.jetbrains.com/idea/ideaIU-2018.2.1.dmg
ideaIU-2018.2.1.dmg |607.13MB[====>                           ] 5m 1s|  1.73MB/s
^C

โžœ dl https://download.jetbrains.com/idea/ideaIU-2018.2.1.dmg
ideaIU-2018.2.1.dmg |607.13MB[=====>                          ] 3m17s|  2.57MB/s

customize header

dl --header aaa:bbb --header ccc:ddd  https://download.jetbrains.com/idea/ideaIU-2018.2.1.dmg

above download will use the "aaa:bbb;ccc:ddd" as its header

proxy

support HTTP_PROXY or HTTPS_PROXY environment parameter to setup proxy.

dl's People

Contributors

ejunjsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dl's Issues

New flag interface support (go1.14)

# github.com/ejunjsh/dl
../go/src/github.com/ejunjsh/dl/main.go:25:22: cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal:
	cli.StringSliceFlag does not implement cli.Flag (Apply method has pointer receiver)
../go/src/github.com/ejunjsh/dl/main.go:41:17: cannot range over c.Args() (type cli.Args)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.