this post was submitted on 17 Jun 2024
24 points (100.0% liked)

linux4noobs

13 readers
1 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemdro.id/post/9853743

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.

top 13 comments
sorted by: hot top controversial new old
[–] throws_lemy@lemmy.nz 9 points 3 months ago (1 children)

KDE Connect or LocalSend, you can even use tethering from Android without a wireless router.

[–] EddoWagt@feddit.nl 4 points 3 months ago (1 children)

KDE connect has not always worked reliably for this in my experience. Not sure why, but sometimes files just don't transfer

[–] AceFuzzLord@lemm.ee 1 points 3 months ago

I usually have a lot of troubles with KDE Connect no matter what device I'm using. Could be running windows 10 or Linux. I also sometimes have the files not transferring problem and even have had plenty of problems getting it to connect to devices that are in the same room on the same network. It's infuriating and makes me wonder why I even use it.

[–] MechKit 6 points 3 months ago (1 children)

I use https://syncthing.net/ . There is an android app on F-droid.

[–] ExperimentalGuy@programming.dev 2 points 3 months ago

This is also a great alternative to syncing photo albums between devices instead of syncing with the cloud.

[–] michael_palmer@lemmy.sdf.org 5 points 3 months ago

1)Localsend 2)Magic-wormhole 3)setup a ssh server on your pc then add sftp storage in Material Files app (can be found on Fdroid)

[–] simonweiss@lemmy.ml 5 points 3 months ago* (last edited 3 months ago) (1 children)

If by wirelessly you mean via Wi-Fi network then one convenient option is qrcp. It generates a QR-code right in your terminal, which you can scan with a phone and send/receive files through a web interface on the URL it provides.

If you want to transfer files regularly, there is another option. Almost every distro has Python installed, and the Python has a "built-in" FTP server. You need to just cd into desired directory and run the command python -m pyftpdlib -w. It will open a FTP server with root in this directory. You then can access it through a file manager, like Material Files for example, and send files and folders back and forth. In Material Files you can save the server address for future use.

[–] AceFuzzLord@lemm.ee 1 points 3 months ago (1 children)

Python having a built-in FTP server is amazing. Definitely gonna have to save your comment and try that.

[–] simonweiss@lemmy.ml 2 points 3 months ago

Yeah, actually it also has a HTTP server, in case you need to transfer something big one way and don't want to bother with FTP connection

[–] AceFuzzLord@lemm.ee 3 points 3 months ago

I've heard plenty of other people have had a better time with it than I have, but I like to use KDE Connect for some reason that I'll never understand. That, and Wormhole, through flatpak since I suck at installing through source.

[–] BB_C@programming.dev 2 points 3 months ago
[–] christopher@programming.dev 1 points 3 months ago

I drop files I want to share in ~/public_html/files/ as I have a webserver running on my desktop with the firewall open to the local network. Might be tough for a noob to setup though. But on my phone the file shows up in /~christopher/files/ and I have trouble remembering how to type the tilde.

[–] dbx12@programming.dev 1 points 3 months ago

For the occasional transfer I use Bluetooth or a plain USB cable. Call me old fashioned.