I’m running OpenSUSE leap 15.5, When I was on the linux mint, I was using warpinator but using it on openSUSE is troublesome and I wish there was a linux version of blip but unfortunately there is not.
See localsend on github
KDE Connect
also syncthing, if you’d like to synchronize a directory to act like a shared folder and be identical on both devices
KDE Connect is da Bomb
Syncthing is great to periodically sync files between Linux and Android. And you could use it as file transfer service for occasional needs if you just share an empty directory.
The android nextcloud client works great if you’re willing to setup/maintain a nextcloud server.
I use primitive ftpd on the phone and FileZilla on the PC.
Syncthing, KDE Connect
Currently using the latter
Kdeconnect + dolphin lets you mount your phone
For me it hasn’t been working. I think the android app is borked rn. Still does everything else
What’s the issue?
Fails when mounting the filesystem or sending or receiving files.
syncthing is the easy option if you have some files you always want to have on both. if you just want to access your desktop files from your phone, I recommend Cx File Explorer for Android, it’s a file browser that supports various network file share protocols including Samba and SFTP.
KDE Connect
Unusably buggy for me… always has been.
This
Double this
Why the down vote ? Does KDE connect have hidden flaw ?
Because losers here use downvotes to mean “I disagree”
Ho I see. Thanks for your answer
Owncloud
Mostly because I’m not the most competent techie, I’ve been using VLC between my PC and iPhone, for moving “books” around on devices that are very out of date.
Croc or syncthing depending on what kind of experience you are after. Syncthing if you want to have a shared folder like expert. And croc if you just need to send something. Croc has an app on f-droid, and syncthing is on the app store. Both are open source and pretty for excellent in their own right.
I can recommend syncthing. If it’s a file you want to keep updated between the two devices, it’s great and easy to set up. I use it for my password manager database.
I’ll throw out another way: to access files from your phone, you can use termux.
python -m http.server
I just use Nextcloud as a storage provider on a local computer.
I use rclone and the Round Sync Android client.
Supports a ton of back ends, self hosted, and commercial options. You can transparently encrypt with private keys you control.
I personally use B2 Backblaze for storage.
My phone backs up every night and Round Sync pushes them to B2. On my desktop I can mount as a volume. I can also access my storage from my phone going the other direction.
I’ve done the same using SFTP if I don’t want the overhead of persistent file storage.
It does not support indexing or previews for searching or finding say a photo. You can put whatever you want for data. So I have caches, indexes, and thumbnails that work in Linux. I can’t really make use of those on my phone though.
Rclones bisync feature is also a bit dangerous when I tried to use it a year ago. I more than once “deleted” everything. B2 doesn’t delete by default, just hides, so I was able to recover. I now do unidirectional syncs from my machines to different buckets until I’m motivated to investigate a proper 3-way merge solution.