this post was submitted on 17 Jun 2024
173 points (98.3% liked)

Linux

48072 readers
1 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] simonweiss@lemmy.ml 4 points 1 year ago

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.

[–] yak@lmy.brx.io 4 points 1 year ago

SSH along with the extra stuff it comes with like scp is the way forward.

The two following suggestions make use of secure shell.

Termux and then pkg install mc (MC is Midnight Commander)

Alternatively, if you are feeling brave and GUI, Total Commander here.

[–] Default_Defect@midwest.social 4 points 1 year ago (1 children)

Take a picture of your screen.

/s

[–] Crashumbc@lemmy.world 2 points 1 year ago (1 children)
[–] xilona@lemmy.ml 2 points 1 year ago

and wait for it to "dry" 😂

[–] g_damian@lemmy.world 4 points 1 year ago

Install Termux and run sshd -D -d -p <port>

[–] MonkderDritte@feddit.de 4 points 1 year ago* (last edited 1 year ago)

Btw, clipboard is great too.

[–] jacab@hexbear.net 4 points 1 year ago (1 children)
[–] jacab@hexbear.net 2 points 1 year ago

also syncthing, if you'd like to synchronize a directory to act like a shared folder and be identical on both devices

[–] derbolle@lemmy.world 3 points 1 year ago

kde connect is my recommendation also

[–] MrMobius@sh.itjust.works 3 points 1 year ago

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.

[–] Telorand@reddthat.com 3 points 1 year ago

Haven't seen anyone recommend Flying Carpet, yet.

I use it to transfer files between my Windows desktop PC and my Steam Deck.

[–] neidu2@feddit.nl 3 points 1 year ago* (last edited 1 year ago)

There might be more modern ways of doing this, but I run "Wifi FTP server" on my phone, with my download directory as its root. Then I use filezilla or whatever to transfer what I need. Trouble free and platform agnostic.

[–] mayo_cider@hexbear.net 3 points 1 year ago (1 children)

The funniest solution I've found was a service that offered secure transfer of passwords between devices through their "encrypted transmission" with a password field on their website

FYI, don't give any password to a service you aren't using with that service

load more comments (1 replies)
[–] dandroid@sh.itjust.works 3 points 1 year ago

I have tried KDE connect, and it never works when I need it to. I just send it to myself on Signal. It's the easiest, most non-bullshit way.

[–] eldain@feddit.nl 3 points 1 year ago

Primitive ftpd from fdroid is my go-to "too lazy to configure a cloud thing" solution. It is fast and just works.

[–] doubletwist@lemmy.world 3 points 1 year ago

I've been using FolderSync (Pro in my case) for many years to sync files (automatically and/or on-demand) from my phone to my Linux server.

[–] Macropolis@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

SSH + Termux is one option. X-plore for Android is a good file manager with a bunch of options for transferring files over a network.

[–] pineapplelover@lemm.ee 3 points 1 year ago (3 children)

If it's anything big I send it to my synology nas. If it's something small then I honestly just send it through Signal. Although, I do wanna try this kde connect thing out as well.

load more comments (3 replies)
[–] Cwilliams@beehaw.org 2 points 1 year ago

I'll throw out another way: to access files from your phone, you can use termux. python -m http.server

[–] blashork@hexbear.net 2 points 1 year ago

Lot of people mentioning kde connect. I'm going to take a moment to clarify, kde connevts functionality is modular. you need the sshfs package for it to mount the phones filesystem over ssh. Once you've done that, it works pretty normally.

[–] b41b76cf@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

I've been using SSHelper together with rsync for years and it works perfectly. You can log in the first time with a password, and place your public key to use key based auth going forward.

In addition to doing this over WiFi I also often use a usb to ethernet adapter (usb side plugged into phone) to get better performance if I'm doing larger transfers, for example copying off a large number of photos.

Edit: looks like there's a note on the play store page about incompatibility with newer Android versions. Disappointing. I guess I'll have to find another solution when I eventually upgrade my phone.

[–] atzanteol@sh.itjust.works 2 points 1 year ago

The android nextcloud client works great if you're willing to setup/maintain a nextcloud server.

[–] 0x0@programming.dev 2 points 1 year ago

I use primitive ftpd on the phone and FileZilla on the PC.

[–] phx@lemmy.ca 2 points 1 year ago

Server or desktop, and what types of files? I find that a self-hosted version of NextCloud does pretty well for keeping contacts, images, and videos in sync.

(You could run it on a Pi as an intermediary to both if desired)

I used to use stuff like AndFTP in the past for similar functions

[–] retrogirl@lemmings.world 2 points 1 year ago

For secure private transfer use the Warp flatpak in Linux and Worrmhole William in Android.

load more comments
view more: ‹ prev next ›