Java GUI based File Splitter and Joiner. Works on Windows and Linux.
Features
- Split Files in User-Defined number of Parts (of almost equal sizes).
- Join the Split Files to reproduce the original File again.
- Split Files Can Be Split on One Os and Joined on Another.
- Uses 8Kb Buffer so very small size files may not result in desired split.
- Ability To Delete Split Files Simultaneously while Joining to conserve space.(Test on Linux Only)
- As of v2 Users can define the MaxFileSize instead of No. Of Parts.
License
GNU General Public License version 2.0 (GPLv2)Follow TFSplit-Java File Splitter and Joiner
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Nice, thank you
-
Tried TFSplit to break up a VM image for transport on multiple DVD's, it never worked. I selected a max size of 4GB and # of parts to 6. The VM was 22GB large so I should have gotten approximately 6 parts @ 3.6 GB each. It created the 6 split files but only grew the first to 1.5 GB then stated that it was done. Tried this with # of parts only and max size only but got the same result.