Remote servers

Mount SFTP, SMB, WebDAV, and FTP servers as if they were folders on your Mac — browse, search, and transfer with the same gestures you use everywhere else.

Updated June 21, 2026 · Suggest an edit

What it is. A remote server connection makes a machine you reach over the network appear in DockDuck’s sidebar as a normal location. When to use it. Reach for it whenever you’d otherwise open a separate FTP app — deploying a site, pulling logs off a box, or moving media to a NAS.

Supported protocols

DockDuck speaks four protocol families. All credentials are stored in the macOS Keychain, never in plain text.

ProtocolUse it forEncrypted
SFTPServers you reach over SSH — the default for deploys and Linux boxesYes
SMBWindows shares and most NAS devices on your networkYes (SMB 3)
WebDAVWeb-hosted file stores and many self-hosted cloudsOver HTTPS
FTP / FTPSLegacy file servers; FTPS adds TLSFTPS only
Note

SMB shares you’ve already mounted in Finder appear automatically under Places — you only add a server here when you want DockDuck to manage the connection.

Connecting from the address bar

The fastest way to connect is to type the URL straight into the path bar.

Press L to focus the path bar.

Type a server URL — for example sftp://user@example.com — and press .

Enter the password when prompted. Tick Remember in Keychain to skip it next time.

Tip

Drag a connected server onto Pinned to keep it one click away on the Start Page.

Transfers

Copy files to and from a server exactly like local folders — drag between panes, or paste with V. Recursive folder uploads and downloads show a live progress panel with throughput and time remaining.

Warning

Plain FTP sends credentials unencrypted. Prefer SFTP or FTPS whenever the server supports it.

Disconnecting

Click the next to a connected server in the sidebar to disconnect; DockDuck sends you back to your Home folder and keeps the saved server for next time. The credentials stay in the Keychain — disconnecting never forgets them.

Where to go next

Was this helpful? Suggest an edit