https://bugs.kde.org/show_bug.cgi?id=339752
s...@kabelfunk.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |s...@kabelfunk.de --- Comment #4 from s...@kabelfunk.de --- Dolphin is using smbclient to access smb shares. As written in comment #0, smbclient is using only NT1 (=SMB1) as maximum protocol. see also https://www.samba.org/samba/history/samba-4.1.0.html "The default protocol for smbclient and smbcacls is still SMB1 (the NT1 protocol dialect). An SMB2 or SMB3 connection can be selected in one of two ways." I see different solutions: 1. Wait until smbclient use SMB3 (or SMB2) as maximum protocol *per default* 2. Force kio-smb to use SMB3 (or SMB2) 3. create ~/.smb/smb.conf on your local machine: [global] client max protocol = SMB3 I've tried solution #3 and it works. -- You are receiving this mail because: You are watching all bug changes.