Code Monkey home page Code Monkey logo

zsync-curl's Introduction

zsync-curl Build Status

Partial/differential file download client over HTTP(S).

Downloads a file over HTTP(S). zsync uses a control file to determine whether any blocks in the file are already known to the downloader, and only downloads the new blocks.

This fork uses libcurl in order to support HTTPS and is mirrored from Launchpad. It has been further modified to respond more gracefully to redirects.

Building

To build and install locally:

sudo apt-get -y install git devscripts autotools-dev libcurl4-openssl-dev
git clone https://github.com/probonopd/zsync-curl.git
./zsync-curl/build.sh

To build a deb:

sudo apt-get -y install autotools-dev libcurl4-openssl-dev git debhelper
git clone https://github.com/probonopd/zsync-curl.git
cd ./zsync-curl/src
debuild -i -us -uc -b
cd -

Usage

To download:

zsync_curl https://bintray.com/artifact/download/probono/AppImages/Leafpad-0.8.17-x86_64.AppImage.zsync

To download using a pre-existing seed file (e.g., older version of the same file):

zsync_curl https://bintray.com/artifact/download/probono/AppImages/Scribus-1.5.1.svn.20620-x86_64.AppImage.zsync -i Scribus-1.5.1.svn.20616-x86_64.AppImage

In this example, 94% of the data can be taken from the existing local file, and only 6% need to be downloaded.

zsync-curl's People

Contributors

probonopd avatar

Watchers

James Cloos avatar

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.