On 07/30/2019 09:36:11 AM, Neil Bothwick wrote:
I've found all of the MTP implementations to be wanting in some way.
Then
I discovered SSHelper, an SSH server for Android. Now I can mount my
phone's storage with sshfs using a command like
sshfs -p 2222 192.168.1.144:/storage/emulated/0 /mnt/phone
SSHelper has a big disadvantage: it cannot write to the external SD
card.
I'm using "primitive ftpd" instead. It has an option to use Androids
"storage access framework".
Now I can transfer files to my external SD card even on an unrooted
device.