File Management

Best file managers for SFTP/remote work on macOS in 2026

If your work touches remote servers daily, SFTP polish in your file manager matters more than features. The 2026 ranking of remote-capable Mac file managers.

Honam Kang5 min read

SFTP is the protocol most developers reach for when they need to move files to/from a server. The Mac file manager you use for it determines whether the experience is fluid or frustrating. Here's the honest 2026 ranking, focused specifically on SFTP/remote polish.

What "SFTP polish" actually means

Not all SFTP features matter equally. The high-leverage ones:

  1. Connection reliability — does it survive a transient network drop?
  2. Transfer queue — can you queue 100 files and walk away?
  3. Error recovery — does it retry on partial failure?
  4. Edit-and-save workflow — can you open a remote file in an editor and have changes auto-uploaded?
  5. Concurrent connections — does it parallelize?
  6. Connection persistence — does it keep the SSH connection alive between operations?
  7. Bookmarks/profiles — can you save server configs cleanly?

Tools rank very differently across these axes.

The 2026 ranking

#1 — Forklift ($19.95)

Industry-leading SFTP polish on Mac. Excellent transfer queue with pause/resume/retry. Connection persistence with automatic re-establishment. Edit-and-save workflow that just works (opens in your default editor, auto-uploads on save). Multi-connection support.

brew install --cask forklift

Why #1: every detail of SFTP is well-handled. No edge case has caught us out. The standard against which others should be measured.

Strengths: transfer queue, edit-and-save, sync engine, dual-pane integration.

Caveats: $19.95 (no free tier), 2-pane only (no quad-pane).

#2 — Transmit ($45 / Setapp)

Panic's veteran SFTP tool. Long-time gold standard. UI is unique — feels different from typical file managers. Excellent reliability, polished sync, good edit-and-save.

Why #2: still excellent in 2026; some users prefer Transmit's specific UX over Forklift's. Available on Setapp if you have a subscription.

Strengths: reliability, sync polish, Panic's general quality reputation.

Caveats: $45 (more expensive than Forklift), niche UI that doesn't fit everyone, less general-purpose file management than Forklift.

#3 — Cyberduck (free / donation)

Open-source, free. Functional but less polished than Forklift/Transmit. Connection management works; transfer queue is basic. Edit-and-save works but slower.

Why #3: best free option. Adequate for occasional SFTP work. Mozilla-style mature project.

Strengths: free, open-source, broad protocol support (SFTP, FTP, S3, Azure, B2, OpenStack, etc.).

Caveats: less polished UI, slower transfer queue, fewer comfort features.

#4 — Commander One Pro ($29.99)

Has SFTP, FTP, S3, cloud — all in one app. Less polished than Forklift but covers more ground per dollar.

Why #4: integrated experience for users who want one app for both local file management and remote.

Strengths: integrated dual-pane + remote, function-key UX, archive support.

Caveats: SFTP polish is a step below Forklift, free tier doesn't include remote.

Side-by-side

Axis Forklift Transmit Cyberduck Commander One Pro
SFTP polish ✅✅✅ ✅✅
Transfer queue Excellent Excellent Basic Good
Connection persistence Yes Yes Yes (manual) Partial
Edit-and-save Smooth Smooth Functional Functional
Sync engine
Local file management ✅ dual-pane △ adjacent △ adjacent ✅ dual-pane
Pricing $19.95 $45 / Setapp Free $29.99

Use case routing

Workflow Pick
Daily SFTP, large transfers Forklift
Mostly Transmit muscle memory from years past Transmit
Occasional SFTP, free preferred Cyberduck
Want SFTP + dual-pane + archive in one app Commander One Pro
SFTP + S3/B2/cloud variety Cyberduck or Forklift
Production deploy mirroring (rsync-like) Forklift sync or rsync CLI
One-off "edit a config on the server" Cyberduck (fast launch)

What about Forklift's sync vs rsync?

Some users wonder whether to use Forklift's sync engine or just rsync via terminal. Real talk:

  • rsync is more powerful, more reliable, scriptable, free. For automated/scheduled sync, rsync wins.
  • Forklift sync has a GUI affordance, preview-before-sync, easy reverse-sync. For interactive ad-hoc syncs, Forklift is faster to use.

Many users have both. Forklift for "I want to sync these two folders right now and see what's changing"; rsync via cron/launchd for "every night sync staging to backup."

What about VS Code Remote SSH?

If you live in VS Code/Cursor, Remote SSH is excellent for editing. It's not a file manager — you can't browse arbitrary remote folders quickly, can't drag-drop, can't sync.

Use Remote SSH for editing, plus a file manager for browsing/transferring. The combination is faster than either alone.

What about mq-dir?

mq-dir doesn't have SFTP today. Local-first by design. Pair with Forklift (or Cyberduck) for remote work; mq-dir handles local quad-pane parallelism.

This combination — mq-dir for local, Forklift for remote — is what many AI devs running cloud-deployed agents end up with.

What to install if you do nothing else

For daily SFTP work in 2026:

brew install --cask forklift

If $19.95 is a barrier:

brew install --cask cyberduck

For the SFTP + quad-pane combination:

brew install --cask forklift mq-dir

Security note

A few SFTP-related security practices that matter regardless of tool:

  1. Use key auth, not passwords. Tools mostly handle this; verify in your config.
  2. Verify host keys on first connection (don't blindly accept warnings).
  3. Don't store passwords in plaintext profiles. All tools above support keychain integration.
  4. Audit which tools have stored which credentials annually.

These are tool-agnostic but worth re-mentioning in any SFTP discussion.

Verdict

For SFTP-heavy workflows on macOS in 2026, Forklift is the canonical choice. $19.95 one-time, polished SFTP, integrated with dual-pane local file management. The default recommendation.

Transmit is the alternative for users who prefer its UX or have Setapp.

Cyberduck is the free fallback — adequate for occasional use, less polished for daily.

Commander One Pro is the integrated option for users who want one app for SFTP + dual-pane local.

For the AI dev workflow that combines remote agents with local file management: Forklift + mq-dir as the dual-app combination most users settle on.

Open source

mq-dir is fully open source.

MIT licensed, zero telemetry. Read the source, file an issue, send a PR.

★ Star on GitHub →

Frequently asked questions

For server file system access, yes. SFTP runs over SSH which everyone has. S3/B2/Cloudflare R2 dominate object storage; SFTP dominates server filesystems. Both will be relevant for years.

References

  1. [1]
  2. [2]
  3. [3]

Ready to try mq-dir?

A native quad-pane file manager built for AI multi-tasking on macOS. Free, MIT licensed, zero telemetry.

v0.1.0-beta.11 · MIT · macOS 14.0+ · github