Skip to content

disuru0120/Tachyon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyon

A multipart file downloader (aka. download accelerator)

Building and Running:

Make sure you're in the project directory

Windows:

mkdir \target\classes
javac -cp ".;./jars/*" ./src/*.java -d ./target/classes/
java -cp ".;./target/classes;./jars/*" Tachyon -url <file url> -o <path to output file> -c <max number of connections>

Linux:

mkdir -p \target\classes
javac -cp ".:./jars/*" ./src/*.java -d ./target/classes/
java -cp ".:./target/classes:./jars/*" Tachyon -url <file url> -o <path to output file> -c <max number of connections>

or you can run run.sh (for linux) or run.bat (windows) which should try to download the sample file provided using 4 connections and save it in the same directory

Documentation

check out the project's Wiki

About

a lightweight multipart downloader (aka. accelerator)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages