Cyberduck next to Finder, task by task

The search usually starts at a specific moment. A file lives on a server, in a bucket, or on a share, and the Finder window on screen has no way to reach it. Someone mentions Cyberduck, the download is free, and the next question is whether it replaces what Finder was doing or sits beside it. The honest answer is that the two overlap on exactly one task and diverge on everything else, so the comparison is only useful once the tasks are separated.

The two tools are aimed at different problems

Finder is the file manager for the disk in the machine, with network access attached to it. Apple documents that access as connecting to shared computers and file servers, either by browsing the Network item in the sidebar or by choosing Go and then Connect to Server and typing an address. The framing in Apple's own guide is telling: it talks about shared computers and servers that use protocols such as SMB. That is a local network story.

Cyberduck describes itself on its own site as a libre server and cloud storage browser for Mac and Windows. It does not manage the local disk as its main job. It opens a window onto something remote and gives it a familiar outline view. The current release listed on the download page is version 9.5.4, dated 25 August 2026, and it requires macOS 10.13 or later on Intel 64 bit or Apple M1.

So the real comparison is not "which file manager is better". It is "for this particular remote thing, does Finder reach it at all, and if it does, is the experience good enough to stop there".

What Finder already covers

Two routes exist and both are built in. Browsing works by clicking Network in the Locations section of the Finder sidebar, double clicking the machine, and clicking Connect As. Addressing works by choosing Go and then Connect to Server and typing the network address. Either way, the authentication choice is the same three options Apple lists: Guest, Registered User, or an Apple Account that is set up in Users and Groups on both machines.

Reconnecting is also handled. Apple menu and then Recent Items keeps a list of recent servers, which covers the common case of the same share every morning.

Why the window can feel slow on a share

This is the complaint that sends people looking for a replacement, and it has a documented cause that is not the network. Your Mac collects file information such as labels, tags, and other metadata to decide how a window should look. On a network share that means reading .DS_Store files. Apple publishes a Terminal command for administrators who want to stop that:

To speed up SMB file browsing, you can prevent macOS from reading .DS_Store files on SMB shares. This makes the Finder use only basic information to immediately display each folder's contents in alphanumeric order. Source: support.apple.com

The command is defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE, followed by a log out and log back in. Apple marks the article as intended for enterprise and education administrators, so it is a deliberate trade rather than a general tune up: folders appear immediately in alphanumeric order, and the metadata driven sorting goes away.

Worth trying that before installing anything. A slow share is sometimes just a share that is being asked for too much detail.

Where the built in route stops

Three limits show up quickly. The address field expects a server address, so anything that is not addressed that way has no entry point. Credentials are handled as Guest, Registered User, or Apple Account, which covers machines on a network and not key based access to a rented host. And a copy to a mounted volume is a single operation with a progress bar, not a queue with rules about what to retry.

None of that is a fault. It is a scope. Finder was designed around the disk in front of you and the machines nearby, and it does that part without asking for an install, a licence, or a preference pane.

What Cyberduck adds that Finder has no entry for

The gap opens the moment the target is not a file server. Cyberduck lists support for FTP, SFTP, WebDAV, SMB, Amazon S3, Google Cloud Storage, OpenStack Swift, Microsoft Azure, OneDrive, SharePoint, Dropbox, Google Drive, Box, Wasabi, Backblaze B2, DRACOON, Files.com, Spectra BlackPearl, and iRODS. Object storage is the important entry on that list. There is no address you can type into Connect to Server that opens an S3 bucket the way a share opens.

Three more capabilities are worth naming because they change daily habits rather than adding a checkbox.

Editing happens in place. Cyberduck integrates with an external editor so a text or binary file on the server opens in the editor of choice and goes back up, instead of accumulating downloaded copies that have to be re-uploaded by hand.

Transfers are treated as a queue rather than a copy operation. The site documents limiting the number of concurrent transfers, filtering files with a regular expression, resuming interrupted downloads and uploads, recursive directory transfers, copying files directly between servers, and a synchronize mode that previews affected files before anything is written.

Bookmarks instead of retyping addresses

Connect to Server keeps recent addresses, and Cyberduck goes further by treating a saved connection as an object. Bookmarks can be reordered by dragging, filtered with a search field, dragged out to the Finder as files, and used as drop targets so that dropping a file on a bookmark uploads it. A history of visited servers is kept with the timestamp of the last access, and bookmarks can be imported from other applications. For anyone who keeps six or seven destinations in rotation, that is the difference between a list and a folder of shortcuts.

Credentials go into the system Keychain as Internet passwords, and Quick Look works with the space key without downloading first. Cyberduck can also be set as the system wide handler for FTP and SFTP links, and it opens .inetloc and .duck bookmark files straight from the Finder, which means the two tools can be wired together rather than chosen between. For encrypted storage, Cyberduck interoperates with Cryptomator vaults, encrypting filenames and file contents individually. The project is licensed under the GPL with source on GitHub.

Cost is unusual enough to state plainly. Cyberduck is free software. The download page asks for a donation, with a minimum of 10 USD returning a registration key that disables the donation prompt after installs and updates. A paid version is also sold through the Mac App Store and the Windows Store.

Task by task

Task Finder Cyberduck
Open an SMB share on the local network Built in, via Network or Connect to Server Supported as one protocol among many
Open an S3, Backblaze B2, or Azure bucket No built in entry point Listed as supported protocols
Reach SFTP with keys and two factor Not part of Connect to Server Supported, reads existing OpenSSH configuration
Edit a remote file in a local editor Copy down, edit, copy back External editor integration
Resume a half finished upload Not designed for it Documented resume for uploads and downloads
Preview before downloading Quick Look on mounted volumes Quick Look with the space key
Show the server as a disk in the sidebar Mounted shares appear as volumes Needs a separate app, see below
Price Included with macOS Free, donation requested, paid build in the App Store

The pattern in that table is consistent. Anything that is a file share, Finder handles without help. Anything that is a bucket, a key based SFTP session, or a long transfer that might fail halfway, Cyberduck was built for and Finder was not.

Mounting as a disk is a separate product

This is the detail that surprises people who install Cyberduck expecting the server to show up next to the internal drive. Cyberduck's own site points elsewhere for that: Mountain Duck, available from mountainduck.io, mounts server and cloud storage as a disk in Finder on macOS and in File Explorer on Windows, so remote files open in any application like a local volume.

Mountain Duck is a paid product with a trial. Its purchase page states that licensing is per seat, that one license can be used on any number of computers as long as the same person is using it, and that a license is valid for one specific major version, with upgrade discounts for future major versions. The current release listed is 5.3.2, dated 25 August 2026, requiring macOS 13 or later.

That distinction matters for the decision. If the goal is to have Photoshop or a code editor save straight to remote storage, a browser window is the wrong shape and the right shape costs money. If the goal is to move files in batches and edit text files occasionally, the free browser window is enough. The comparison pages for Mac file managers are worth reading with that split in mind, because tools get grouped together that solve opposite halves of this problem.

The job neither one finishes

Both tools end at the same wall. A remote file arrives, and the next step is a command. Unzip an archive, run a checksum, restart a service, rename three hundred files with a pattern, check what changed against the local copy. Finder has no command line inside it. Cyberduck has a queue but not a shell.

So the window count goes up instead of down. Finder for local files, Cyberduck for the server, Terminal for the commands, and increasingly a chat window for the AI that is being asked what the command should be. Each switch costs the context of where you were, and the path you were looking at has to be retyped or dragged into the next window to become text.

This is the part worth measuring before buying anything. Count the switches in one real task, from finding the file to finishing the work. If the count is high because the file was hard to reach, a transfer tool fixes it. If the count is high because reaching the file was easy and everything after it needed a terminal and a folder in view at the same time, a transfer tool will not change the number. A file manager that keeps folders, a terminal, and an AI assistant in one window is aimed at the second case, not the first.

What to change first

Try the SMB browsing command on the share that feels slow, because it costs nothing and rules out the simplest cause. If the target is object storage or key based SFTP, install Cyberduck, since the price is a donation and the protocol list is the whole point. If the switching between a folder window and a terminal is what actually slows the day down, that is a different tool entirely, and Atriens is built for that case.

Frequently asked questions

Can Finder connect to an S3 bucket without extra software?

Apple's guide for connecting to shared computers and servers covers shared machines and file servers using protocols such as SMB, and object storage is not among the addresses it documents. Reaching a bucket on a Mac means installing something, whether that is Cyberduck, a mounting tool, or a vendor's own client.

Is Cyberduck really free, or is there a catch?

It is free software licensed under the GPL, and the macOS build can be downloaded from the project site at no cost. The download page requests a donation, and a contribution of at least 10 USD returns a registration key that turns off the donation prompt shown after installing or updating. A paid build is also available in the Mac App Store.

Why does the server not appear as a disk after installing Cyberduck?

Because that is a different product. Cyberduck is a browser window onto remote storage, and mounting remote storage as a disk in Finder is what Mountain Duck does. Mountain Duck is sold separately, per seat, with a license tied to one major version.

Will Cyberduck make a slow network share faster?

Not necessarily, because the two are slow for different reasons. A Finder window on an SMB share can be slow because macOS reads metadata files on the share, which Apple documents a Terminal command to disable. Cyberduck avoids that by not rendering the share as a Finder window at all, so the fair test is to try Apple's setting first and see what is left.

Which one should be used for a large upload that keeps failing?

Cyberduck documents resuming interrupted uploads and downloads, limiting concurrent transfers, and filtering which files go by regular expression, which is exactly the situation that describes. A Finder copy to a mounted volume has no comparable controls when the connection drops partway.

Back to all posts