https://bugs.kde.org/show_bug.cgi?id=405847
patr...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patr...@gmail.com --- Comment #72 from patr...@gmail.com --- (In reply to Nicolas Fella from comment #61) > 32k seems to be a magic number here, interesting. > > A "problem" is that KDE Connect does not do the file operations itself but > just delegates to sshfs on the desktop and an SFTP lib on Android, so I > suspect the issue is in on of those. No idea currently which one though I also lost some files due to "move" instead of "copy" operation what pushed me here. Alternative solution which I am using is to transfer files with "primitive ftpd" App which also has option to set up a SFTP server which I am manually mounting by sshfs with CMD: `sshfs -o reconnect,sshfs_sync,ServerAliveInterval=15,ServerAliveCountMax=3,nonempty -C` I am doing this since a year or even more and as far as I remember I have never received corrupted files. -- You are receiving this mail because: You are watching all bug changes.