https://bugs.kde.org/show_bug.cgi?id=405847

Francesco <muzi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |muzi...@gmail.com

--- Comment #67 from Francesco <muzi...@gmail.com> ---
I can confirm this bug, first 32k  bytes seems be repeated after 32767
position, then in some case seems to be a simple shift of 32k in other cases it
starts in the same mode but then is much like a random corruption.

My configuration is:

PC:
Debian 10.9
kdeconnect 1.3.3-2 
sshfs 2.10+repack-2

Android Device:
Android 8.1.0
kdeconnect 1.16.0

On another device (an ebook reader with Android 4.0.4) the same kdeconnect app
works, I cannot reproduce this bug.

If the file is sent from android to PC as a shared content no corruption is
happen

I think that the kdeconnect application on Linux side could be only a frontend
for sshfs, I can connect to my device (The smartphone with Android 8) with
filezilla and I can't reproduce the problem, file are fetched without
corruption

directories shared are mounted usually at /run/user/1000/{device id}
transfer using dolphin or cp produce the same result

if I mount the directory manually with sshfs the issue still happens

tips to trying a connection with filezilla:
- the connection between sshfs and the kdeconnect app happens with a
ceretificate authentication, the username is "kdeconnect" 
- the private key is saved here ~/.config/kdeconnect/privateKey.pem
- for using this key for authentiation with filezilla you need to convert this
in  an RSA key with
openssl rsa -in privateKey.pem -out privateRSAKey.pem
and then in a ppk key with
puttygen privateRSAKey.pem -o key.ppk
- the port used by kdeconnect app is 1739

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to