Cut huge files into smaller pieces.
Careful, it's sharp.
Pick a file, pick a chunk size, hit go. The file is split into evenly-sized pieces that you can email, upload, or carry across services that cap file size.
Large File Splitter divides any file into pieces of a size you choose. The pieces are sequentially numbered, so reassembly is just a matter of concatenating them in order — you can do it with the Windows copy /b command, or any utility that joins binary files.
Open a Command Prompt in the folder containing the pieces and run:
copy /b piece.001 + piece.002 + piece.003 reassembled.bin
That's it — the original file is restored byte-for-byte.
49 small, sharp Windows utilities. All freeware. All by the same author.