View on GitHub

http-downloader

static documentation website for HTTP-Downloader

File joiner

If you split your files while downloading, all those parts need to be joined before you can use the downloaded file. For joining downloaded files, HTTP-Downloader offers you File joiner in Android (Inbuilt), Windows, Linux and Mac

Additional options for File joiner

For illustration purpose take following case

You had downloaded a 5GB file as 3 parts with sizes 2.5GB, 1.5GB and 1GB.

Append to first file

If this option is enabled, HTTP-Downloader writes contents of successive files to end of first file.

Delete after joining

If this is enabled, HTTP-Downloader will delete a file part as soon as it is joined to main (output) file.

Important notes

  1. The order of the file parts need to be double checked. If you join them in wrong order, your download will definitely get corrupted.
  2. You can combine Append to first file and Delete after joining to reduce overall time and extra storage required for joining. In above case, your joining will complete in half the time with only 1.5GB extra space (size of largest file part excluding 1st file) if you enable both these options.

File joiner for Android

File joiner is inbuilt in HTTP-Downloader for Android. Launch HTTP-Downloader, click on + icon on top right and choose File joiner. Follow on screen instructions to get all your files joined.

File joiner for PC

Download File Joiner from here.
File joiner is built on Java & it requires Java to be installed on your system to run. Follow this tutorial to setup java on your system.
Once Java is successfully installed, you can run the File Joiner like any other application by double clicking on the downloaded file. If you can’t run File Joiner, Open Command prompt (or Terminal on Mac & Linux) and type java -jar<drag & drop file_joiner.jar here>. (Eg: java -jar Downloads/file_joiner.jar) File joiner should start running normally. If you see some error, your java installation wasn’t successful. Try re-installing Java

See also:

Suggest edits