As you know, ArduoFileSplitter is a freeware software born to split big file into smaller ones.

To split a big file into more little chunks can be useful to:

  • save the file into multiple media
  • send a big file to a friend  via multiple email  with little attachment
  • share a file into p2p channels

In the previous tutorial we explained how to split a big file into some little pieces.

Usually the original file, splitted into lot of pieces, arrive at destination. The recipient receive the files and ans "how can I merge this chunks to rebuild the original file?"

The question is licit, and in this tutorial we will teach you how to do this.

First of all download and install ArduoFileSplitter. If you find some problems during installation, please contact us.

All the file chunks have to be placed in the same folder. In this example we have a file splitted into 44 pieces, placed into

"C:\test\" folder. A folder is equivalent to each othes, were the pieces are placed is not the matter.

 

The first step is to open ArduoFileSplitter and select the "Merge" tab. The windows should be some like this:

 

 

 

Now we have to choose the input folder (where the pieces are) and the output folder (where the rebuild file will be placed).

We choose "C:\test" for input folder and "C:\test" as output folder.

Now we have to click into merge button to rebuild the file.

The rebuilding process can take some time depending on the files size. The progress bar tell us the process state.

When the work end you will find the rebuilt file into the choosed folder.

Note:

ArduoFile splitte generate a md5 checksum file during the splitting process. If it is present in the input folder with the pieces,

every file will be checked. If someone had been corrupted the progam report it. Another check to the output file will be done.

Thoose check can be done before trying to rebuild the file through the "Check Hashes" section of this application.