ioFTPD

A modernized continuation of the classic Windows FTP server, updated for today’s platforms with native 64-bit support, long‑path support, improved filesystem handling, modern cryptography, and active maintenance.


Latest Stable Release

Version: v8.1.0
Release date: 2026‑06‑29
Download:
https://github.com/Dev00113/ioFTPD/releases/tag/v8.1.0

v8.1.0 adds automatic UNC network share management. No configuration changes are required to benefit from health monitoring — UNC shares already in .vfs files are monitored automatically.

Prerequisites

x64 build — install both runtimes:

Win32 build — install:

What’s New in v8.1.0

Upgrading to v8.1.0

No configuration changes are required. Drop in the new binary — UNC share monitoring starts automatically for all .vfs entries.

To configure credentials for shares that need them, see Network Mount Manager.


Previous Release: v8.0.0

Release date: 2026‑05‑22
Download: https://github.com/Dev00113/ioFTPD/releases/tag/v8.0.0

v8.0.0 introduced a native 64-bit build alongside the existing Win32 build.

Breaking Change (v8.0.0)

The ioFTPD Message Window (WM_DATACOPY_FILEMAP / WM_SHMEM) wire protocol changed in v8.0.0. External IPC clients must be rebuilt against the v8.0 headers. 32-bit IPC clients work with the Win32 build only — the x64 build rejects 32-bit senders.

What’s New in v8.0.0


Previous Release: v7.10.1

Release date: 2026‑04‑20
Download: https://github.com/Dev00113/ioFTPD/releases/tag/v7.10.1


Long‑Path Support

ioFTPD supports files and directories whose absolute path exceeds the legacy 260‑character MAX_PATH limit.

Supported operations: STOR / APPE, RETR, DELE / RMD, RNFR / RNTO, MKD, LIST / MLSD / STAT, SIZE / MDTM / MLST.

Requirements

  1. Windows 10 build 14393+ or Windows Server 2016+
  2. Registry key enabled:
    HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled = 1
    
  3. This build of ioFTPD (includes longPathAware manifest)

Configuration

[FTP]
Long_Path_Support = Auto   ; Auto (default), On, or Off

Backend Behavior

Backend Status Notes
Local NTFS Full support Deepest and most reliable
Mapped drive Full support Windows resolves UNC before ioFTPD sees it
UNC / SMB Partial SMB servers impose their own limits (typically 1–4 KB)

When a path is too long, ioFTPD returns:

550 <path>: Path too long for NTFS.

Certificate Generation (MAKECERT)

ioFTPD can auto‑generate TLS certificates at startup or via SITE MAKECERT.

[FTP_Service]
Certificate_Type = RSA     ; RSA (default) or ECDSA

Upgrading

Upgrading to v8.1.0

Drop in the new binary. No configuration changes are required. UNC share monitoring starts automatically. To add credentials for shares that need them, create etc\netmounts.cfg — see Network Mount Manager.

Upgrading to v8.0.0

The ioFTPD Message Window wire protocol has changed. External IPC clients must be rebuilt against the v8.0 headers before connecting to v8.0.0. No INI configuration changes are required.

If upgrading from a release prior to v7.9.0, remove the old OpenSSL and Tcl DLLs from \system before running the new build (libssl-3-x64.dll / libcrypto-3-x64.dll replace the old names on x64; tcl90.dll replaces tcl85t.dll).

Upgrading to v7.10.x from v7.9.x or earlier

No configuration changes required. All features are opt‑in via INI keys. User and group file formats remain unchanged.

To enable long‑path support:

reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f


License

ioFTPD is distributed under the GNU General Public License v2.
See the repository for details.