this post was submitted on 09 Mar 2026
17 points (81.5% liked)

Selfhosted

60093 readers
907 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 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.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 7 points 3 months ago* (last edited 3 months 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.