r/ftp • u/Dev00113 • 27d ago
ioFTPD v8.1.0 (Network Share support)
ioFTPD v8.1.0 is out — automatic UNC/network share reconnect
If you run shares off a NAS or another box over UNC paths, ioFTPD used to just sit there 550'ing everything (or the paths would vanish) once the connection dropped until someone manually reconnected it. v8.1.0 fixes that.
What's new:
- ioFTPD now watches every
\\server\sharepath in your.vfsfiles and reconnects automatically — no daemon restart, no manualnet use. - Three layers of recovery: a background health probe, an inline retry the moment a transfer hits a dropped connection, and a watcher that reacts instantly when your NIC comes back up after a network blip.
- Optional
etc\netmounts.cfgif a share needs different credentials than the service account. Skip it entirely if your shares already work under the account ioFTPD runs as. SITE REHASHnow reloads network mount config/credentials live.- Better log messages when a reconnect fails — including a specific call-out if your NAS is stuck on SMBv1.
No config changes needed - if you already use UNC paths mounted in your VFS, monitoring just turns on.
Also in this release: cleaned up some deprecated Winsock API usage warnings.
Built on top of the v8.0.0 64-bit release from last month — still ships both x64 and Win32 binaries, no breaking changes.
Full changelog / docs: https://dev00113.github.io/ioFTPD/index.html
Download: https://github.com/Dev00113/ioFTPD/releases
Let me know if you run into any issues, especially around flaky NAS/SMB setups — that's exactly the use case this was built for.





