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

# sk184200 - FTP transfers of files smaller than 1KB fail and result in empty files on destination server

| Property | Value |
|----------|-------|
| Solution ID | sk184200 |
| Date Created | 2025-10-20 |
| Last Modified | 2026-07-23 |
| Technical Level | General |
| Products | Other |
| Versions | Not Version-Specific |

## Symptoms

- * Files smaller than 1KB transferred via FTP are received as empty files (0KB).
* FTP clients such as FileZilla display errors like "*File transfer aborted by user for small files*".
* The FTP server responds with "*150 Ok to send data*", but the resulting file on the destination is empty.
* Debug logs show ADVP errors with messages such as "*allowed writing size: 0 bytes*" for small files.

## Cause

The Stateful Inspection engine incorrectly sets a variable controlling the transfer buffer size to 0 when the file size is smaller than 1024 bytes (the default value).  
The conditional statement in the code blocks the transfer of small files. Larger files are unaffected because their longer transfer duration allows proper connection setup before the buffer size is evaluated.

## Solution

This problem was fixed. The fix is included in:

* [Jumbo Hotfix Accumulator for R82.10](https://sc1.checkpoint.com/documents/Jumbo_HFA/R82.10/Default.htm) starting from Take 36
* [Jumbo Hotfix Accumulator for R82](https://sc1.checkpoint.com/documents/Jumbo_HFA/R82/Default.htm) starting from Take 118
* [Jumbo Hotfix Accumulator for R81.20](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.20/Default.htm) starting from Take 158

If you choose not to upgrade, Check Point can supply a **Hotfix** . [Contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/) to get a Hotfix for this issue.  
A Support Engineer will make sure the Hotfix is compatible with your environment before providing the Hotfix.  
For faster resolution and verification, please collect [CPinfo files](http://supportcontent.checkpoint.com/solutions?id=sk92739) from the Security Management Server and Security Gateways involved in the case.

**Hotfix installation instructions:**   
Refer to [sk168597 - How to install a Hotfix](https://support.checkpoint.com/results/sk/sk168597).

<br />

---

# 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
