Re: Unable to copy dot files from external source, using smb
Posted: 14 Dec 2021, 16:56
The problem got resolved by activating the option show hidden files in Nexctloud WebUI in Settings for External Storage.
Bug Reports, Operation Guides, and Experience Sharing
https://forum.terra-master.com/en/
V8Triker wrote: ↑01 Sep 2021, 20:06 ....... Even trying to create the file from a mount point, on the Ubuntu server, does not work if the file name starts with a dot.
Code: Select all
root@bubble:/media/tnas/ServerFolders/test# echo 'The test of nothing' >._ demo.txt -bash: ._: No such file or directory root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# echo 'The test of nothing' >demo.txt root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# root@bubble:/media/tnas/ServerFolders/test# ls demo.txt dir1 'Test document.txt' root@bubble:/media/tnas/ServerFolders/test#