DEV Community

Lukas Wagner
Lukas Wagner

Posted on

I built a tiny macOS app that mounts FTP folders directly in Finder

I often work with legacy servers that still expose files over FTP. On macOS, there isn't a simple way to mount an FTP server as a regular Finder folder anymore, and most existing solutions are either paid or feel outdated.

So I built macOS FTP Folder Mounter.

It lets you mount an FTP server so it behaves like a normal folder in Finder, making it much easier to browse and manage remote files without constantly switching between FTP clients.

Features
📂 Mount FTP servers as Finder folders
🍎 Native macOS application
⚡ Lightweight and easy to use
🆓 Open source

I'd really appreciate any feedback, feature requests, or pull requests.

GitHub:
https://github.com/LukasWagnerX/macos-ftp-folder-mounter

Top comments (0)