|
|
|
|
|
by stzsch
874 days ago
|
|
Interesting timing, just yesterday I was looking for solutions for file transfer between android and windows. My main issue is how android presents as a very limited mtp device (i think?). Microsoft's phone link works, but only when opening a scrcpy-like screen with the android file manager. Very weird. If possible I wanted to actually mount the device as a drive. I stumbled upon sshfs-win[0] which mounts sftp shares as drives. Couple that with prim-ftpd[1] and voilĂ : android mounts as a drive. Tailscale[2] can also make it fairly lan-independent. Primitive ftpd supposedly starts on boot and keeps running but I found it stopping inconsistently at times, requiring a restart. Still, I'm quite satisfied. I suppose dav could work as well, but no apps popped up on fdroid. [0] https://github.com/winfsp/sshfs-win [1] https://github.com/wolpi/prim-ftpd [2] https://tailscale.com/ |
|