this post was submitted on 09 Mar 2026
12 points (87.5% liked)

Selfhosted

56958 readers
1447 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey gang, do you have any suggestions for moving data from my phone to my jellyfin server? I tried using the daemon tools on F-Droid and could not for the life of me figure them out.

top 14 comments
sorted by: hot top controversial new old
[–] hummingbird@lemmy.world 3 points 19 minutes ago

Total Commander for Android has an SFTP plugin. They run their own fdroid repo.

https://www.totalcommander.ch/android/plugins.htm

[–] hexagonwin@lemmy.today 1 points 7 minutes ago

rclone or rsync on ternux maybe, or totalcmd if you want gui file manager thing

[–] Onomatopoeia@lemmy.cafe 1 points 1 hour ago* (last edited 1 hour ago)

Does it have to be SFTP?

I use both Syncthing and Resiliosync - both are better on battery than conventional file transfer mechanisms, and they don't require babysitting. They simply sync files as you define.

Alternatively if you must have FTP/SFTP, I have used FolderSync (Play store or Apk Mirror) since about 2010 - I've even bought it twice because it's such a great app. Though I haven't upgraded in a while because I don't like the new UI.

The free version does pretty much everything the paid version does, and the devs have always been great.

But I'd use Syncthing, you can even set it to only sync on your wifi and while xhaeging, though I've found even syncing a few gigs doesn't impact my battery (I probably sync 10GB a day while on battery).

[–] MaggiWuerze@feddit.org 1 points 2 hours ago

FX File Manager still has the best ui in my opinion and supports a range of network access methods

[–] Scio@lemmy.world 4 points 3 hours ago (1 children)
[–] bonenode@piefed.social 3 points 3 hours ago (1 children)

True, I am using it regularly. However large transfers that take a long time have the tendency to crash quite frequently unless you leave the app open and the screen on, in my experience.

So at some point I setup Syncthing with a specififc folder on my phone that during charging the phone just gets synced with my server. Yes, the syncthing-fork that had some drama recently.

[–] Redjard@reddthat.com 2 points 41 minutes ago* (last edited 39 minutes ago)

I also find it to be very slow on many networks, and even in ideal conditions it might get 2MB/s when the phone has a 10MB/s connection.

For photos and predictable stuff I thus use syncthing, and the odd very large thing I send using scp with termux.

[–] tal@lemmy.today 4 points 3 hours ago* (last edited 3 hours ago)

If you can use Termux, you can use the command-line lftp, which supports SFTP; I use this on Linux, so I'm familiar with it.

$ pkg install lftp
$ lftp sftp://foo.com

I also use rsync in Termux after being exasperated over the lack of a reasonable F-Droid graphical client for that.

I wound up using some non-open-source graphical SCP or SFTP client out of the Google Play Store using Aurora Store's anonymous login at one point, which worked but wasn't what I wanted to use.

[–] Decronym@lemmy.decronym.xyz 2 points 3 hours ago* (last edited 3 minutes ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
SCP Secure Copy encrypted file transfer tool, authenticates and transfers over SSH
SFTP Secure File Transfer Protocol for encrypted file transfer, over SSH
SSH Secure Shell for remote terminal access

2 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.

[Thread #149 for this comm, first seen 9th Mar 2026, 05:30] [FAQ] [Full list] [Contact] [Source code]

[–] abominable_panda@lemmy.world 2 points 3 hours ago
[–] bruhbeans@lemmy.ml 1 points 3 hours ago

https://f-droid.org/packages/lu.knaff.alain.saf_sftp

This lets you use the system files app with an sftp server. I thought the setup workflow was decent and it's been stable for me

[–] Zwuzelmaus@feddit.org 1 points 3 hours ago

I have found these 2 smb clients working.

https://f-droid.org/packages/com.wa2c.android.cifsdocumentsprovider

https://f-droid.org/packages/de.schliweb.sambalite

And good ol' ghost commander too, like everybody here :)

[–] ryokimball@infosec.pub 2 points 4 hours ago

I've used Ghost Commander for this; I've tried several and disliked it the least. That said, really wind up doing SCP over command line with termux.

[–] erer@lemmy.zip 2 points 4 hours ago

I got into this issue recently, and the ones on F droid are bad like you say. So after trying many I ended up using 2 apps. If you want an open sources app, then good old Ghost Commander works very good. It has very good transfer rate and stability. The downside is the old interface, although some people might like it, and that it cannot keep the connection on the background. So if you lock your phone or close the app, the transfer will stop. The second one is not open source, but it works really well. It's CX File Explorer. It has a fast transfer and can keep working in the background. All the other file managers that I tried had connectivity issues and would not complete the transfer on big files.