SMB
SMB (Server Message Block) is used to access Windows File Shares or a Samba Linux Server.
Connecting
Important
Cyberduck 8.7.0 or later required
Mountain Duck 5.0.0 required (not yet available)
To connect to a SMB server, choose SMB (Server Message Block).
Authentication
Username and password must be provided for authentication using NTLM. The optional domain name defaults to WORKGROUP
and can be customized as part of the username in the format REALM\username
in the Username input field when adding a bookmark. Depending on the server setup this can be
COMPUTERNAME\username
NETBIOSDOMAINNAME\username
Interoperability
SMB protocol support has been tested with connections to the following server implementations
Windows 2016 Server (
SMB_3_1_1
dialect)Windows 2022 Server (
SMB_3_1_1
dialect)Linux Samba (
SMB_3_1_1
dialect)macOS 13.5 (22G74) (
SMB_3_0_2
dialect)
Cyberduck CLI
You can list shares with Cyberduck CLI using
duck --list smb:/server/share/
Limitations
Copying or moving files between shares is not supported