1. DockBird
  2. Connections
  3. FTPS

FTPS on the Mac, with certificates you can see

Explicit FTP over TLS with real certificate checking: system roots first, then a fingerprint prompt for self-signed servers, remembered after the first approval.

FTPS wraps a normal FTP session in TLS. DockBird uses explicit mode: it connects on the regular port, issues AUTH TLS, and then encrypts both the commands and every data connection. Your password never crosses the wire in the clear.

Certificates are checked the way Safari checks them. A certificate signed by a public authority passes silently. A self-signed one raises a sheet with the server name and SHA-256 fingerprint, and once you approve it DockBird stores the fingerprint and connects quietly next time. If the certificate changes, the sheet comes back.

One caveat is worth knowing before you set up a server: some FTP daemons insist that data connections reuse the TLS session from the control connection. The networking library DockBird builds on does not expose that yet, so those servers refuse transfers. The error message tells you which server option to change.

How to connect

  1. Press ⌘N or click the plus next to Servers in the sidebar.
  2. Choose the FTPS tile.
  3. Fill in: Name · Host and port (21 by default) · Username · Password · Initial path.
  4. Click Save, then double-click the server. Approve the host key or certificate prompt if one appears.

FTPS questions

What is the difference between FTPS and SFTP?

FTPS is classic FTP protected by TLS certificates. SFTP is a separate protocol that runs over SSH. They share three letters and nothing else; pick whichever your server offers, and prefer SFTP if both are available.

Does DockBird accept self-signed certificates?

Yes, after you approve the fingerprint once. The approval is stored per certificate, so a changed certificate prompts again.

Try DockBird with your FTPS server.

Download DockBird, connect to a server, and try every feature free for 7 days.

macOS 15 Sequoia or later. Apple silicon and Intel.