# File spanning

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/File_spanning
> Markdown URL: https://mediated.wiki/source/File_spanning.md
> Source: https://en.wikipedia.org/wiki/File_spanning
> Source revision: 1154128832
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Splitting a file into parts of a specific size

This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "File spanning" – news · newspapers · books · scholar · JSTOR (June 2019) (Learn how and when to remove this message)

"Binary spanning" redirects here. For the mathematical optimization method, see [Binary splitting](/source/Binary_splitting).

**File spanning** is the ability to package a single file or data stream into separate files of a specified size. This task implies the ability to re-combine the package files back into the original file or data stream.

This is useful when saving large files onto smaller volumes or breaking large files up into smaller files for network messages of limited size (email, newsgroups). It also allows the creation of [parity files](/source/Parity_file) such as [parchive](/source/Parchive) (PAR) to verify and restore missing or corrupted package files. Another advantage with this is coping with file size limits on some file systems of removable media, or coping with volume size limits of things like [floppy disks](/source/Floppy_disks).

Sometimes the file spanning process is hidden as a secondary operation such as with [file archivers](/source/File_archiver). In this case, many smaller files are first packaged into a data stream and then repackaged into a multi-file archive.

## File spanning software

Many file spanning utilities are available for nearly every OS and platform. Below are a few examples:

- [PKZip](/source/PKZip)/[WinZip](/source/WinZip)

- [RAR](/source/RAR_(file_format))/[WinRAR](/source/WinRAR)

- PAR/[Parchive](/source/Parchive)

- [split (Unix)](/source/Split_(Unix))

## See also

- [File splitter](/source/File_splitter)

---
Adapted from the Wikipedia article [File spanning](https://en.wikipedia.org/wiki/File_spanning) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/File_spanning?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
