https://bugs.kde.org/show_bug.cgi?id=406707
--- Comment #15 from michael.wag...@gmx.at --- Created attachment 119635 --> https://bugs.kde.org/attachment.cgi?id=119635&action=edit Logcat from reproduced occurence I succeeded in reproducing the issue on a fresh installation on android (and on a new KDE profile). The attached logcat shows: - initial connection of kdeconnect to test@vademecum - configuration the new storage location "primary:Testfolder_phone" - copy the file "single_file.txt" to the phone using dolphin: OK - copy the folder testfolder to the phone: folder is created, the contained file is NOT - copy the file file2.txt to the phone: OK The requested file-listing of the two folders is as follows: test@vademecum:~$ ls -al testfolder/ insgesamt 12 drwxrwxr-x 2 test test 4096 Apr 24 23:53 . drwxr-xr-x 19 test test 4096 Apr 25 21:11 .. -rw-r--r-- 1 test test 6 Apr 24 23:53 testfile.txt test@vademecum:~$ ls -al /run/user/1001/dda7056acec3b75d/Testfolder_phone/ insgesamt 8 -rw-rw-rw- 1 test test 6 Apr 25 21:12 file2.txt -rw-rw-rw- 1 test test 6 Apr 25 21:10 single_file.txt drwxrwxrwx 1 test test 0 Apr 25 21:10 testfolder test@vademecum:~$ ls -al /run/user/1001/dda7056acec3b75d/Testfolder_phone/testfolder/ insgesamt 0 I hope this helps - please let me know if further information is necessary. -- You are receiving this mail because: You are watching all bug changes.