Material Files has good SFTP support.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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.
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]
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
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 :)
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.
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.
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.