#881284 dolphin: Copying to cifs mounted shares is limited to filenames <127 characters

Package:
dolphin
Source:
dolphin
Description:
file manager
Submitter:
Leos Pohl
Date:
2017-11-09 16:45:04 UTC
Severity:
important
#881284#5
Date:
2017-11-09 16:42:21 UTC
From:
To:
Dear Maintainer,


   * What led up to the situation?
Mount SMB share using mount -t cifs //server/share /mnt/dir -o username=someone,password=secret,domain=dom,uid=1000,gid=1000
Attempt to copy with Dolphin a file with filename longer than 126 characters (including extension)
Dolphin responds: Could not write to smb://someone@dom@server/share/verylongfnameverylongfname.part

This is not related to any restrictions in Windows share as cp and Krusader can copy the file without issues.
The file can be copied within local filesystem and through sftp.