Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.76 KB

smb.md

File metadata and controls

59 lines (42 loc) · 1.76 KB

SMB

:alt: FTP Drive Icon
:width: 128px
:depth: 2
:local:

SMB (Server Message Block) is used to access Windows File Shares or a Samba Linux Server.

Connecting

* Cyberduck [8.7.0](https://cyberduck.io/changelog/) or later required
* Mountain Duck [5.0.0](https://mountainduck.io/changelog/) or later required

To connect to a SMB server, choose SMB (Server Message Block).

:alt: SMB Connection
:width: 700px

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

Share Name

To connect to a specific share, you can configure a Path in the bookmark. When omitted an attempt is made to list all available shares from the server. On failure retrieving share names from the server, a prompt is displayed to enter the share name when connecting.

:alt: SMB Share Input
:width: 700px

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