Hey,
I was wondering what folks use to quickly send a file or a link between your PC and android phone in a lightweight and self hosted way.
Currently I use syncthing to copy files around, but I’m looking for something more immediate, and quick than doesn’t involve searching for folders in a file manager.
Example use case: Send a file from PC to phone. Notification pops up on phone, tap it to access.
(PC runs OpenBSD)
What lightweight software do you guys use?
Stuff I tried so far:
- syncthing
- xmpp
- tox
- scp and termux.
- magic wormhole
- telegram saved messages
I mean, the fastest method is likely to just plug the phone into PC and pretend it’s a flash drive?
From memory MTP is pretty flaky and quite slow.
ADB push is pretty good but at that stage
rsync
is just as easy.Put SSH in the phone and you can do it all from the computer too.
MTP’s not bad anymore. It works perfectly well in Windows Linux and Mac these days and is as fast as anything else.
Oh good to know.
It used to be awful but I’m glad to hear it’s improving.
I don’t know if it is always the fastest. I know they said android, but for example on not too old Apple phones (pre-usb c), I had the impression you could get better throughout on wifi compared to a cable connection. Maybe that’s just apple trying to squeeze money on proprietary connectors, but other manufacturers seem to copy their worst takes sometimes though.