this post was submitted on 12 Feb 2024
157 points (95.9% liked)

Linux

46777 readers
1724 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 5 years ago
MODERATORS
 

If you want a easy, reliable and cross-platform way to share files between computers, phones, etc, it may be of your interest.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 6 months ago (3 children)

I have an app that does exactly that over scp...

[–] [email protected] 2 points 6 months ago (2 children)

What is that? I am curious because I haven't seen a competent SCP app for a few years

[–] [email protected] 0 points 6 months ago (1 children)

I just use AndFTP, with SSH. Works fine for local and remote file system navigation. I use it to move files android<->various linux machines at least weekly.

[–] [email protected] 3 points 6 months ago

It is good that such app works for you, but from what I've seen AndFTP is only available in Google Play store, and with bundled ad in the free version and paid otherwise. In comparison, LocalSend is none of that, and it is available on FDriod as well. LocalSend is also FOSS from protocol to the app through and through, and although SSH technology itself is secure, the security of the client depends. These are all the reasons to answer your question of "I need something more than scp". I use SSHFS myself too in the case of file backup, but also LocalSend for different scenarios such as "I need this video to be sent to my computer ASAP". If you are not convinced, feel free to overlook the project, that doesn't mean the app has zero use case