> Source: [sk92526](https://support.checkpoint.com/results/sk/sk92526)

# sk92526 - How to upload files larger than 10GB using Check Point Uploader utility

| Property | Value |
|----------|-------|
| Solution ID | sk92526 |
| Date Created | 2013-03-15 |
| Last Modified | 2016-11-29 |
| Technical Level | General |
| Products | Security Gateway, Security Management Server, Multi-Domain Security Management Server |
| Versions | R82.10, R82, R81.20, R82.10, R82, R81.20, R82.10, R82.20, R81.20, R82, R82.20 |
| OS | Linux, Gaia |

## Solution

Follow these steps on the source machine if you need to upload files larger than 10GB using Check Point Uploader utility:

1. Connect to command line.  

2. Log in to Expert mode.   

3. Split the large file into pieces of 1GB each:  
   *# split -b 1024m "file.tar.gz" "file.tar.gz.part-"*

<br />

This will create files: *file.tar.gz.part-aa, file.tar.gz.part-ab, file.tar.gz.part-a*c, ..., etc.

Upload these pieces using [Check Point CPInfo utility](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk92739)

**Related solutions / references:**

* <http://linux.die.net/man/1/split>
* [sk84000 - The Check Point Uploader command line utility](http://supportcontent.checkpoint.com/solutions?id=sk84000)
* [sk108152 - The Check Point Uploader GUI utility](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk108152)

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
