FTP Server

4.1
131 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This program allows you to run an ftp server on your android device. This means that any other computer/device can access the files on your android device while the ftp server is running. For example, entering 'ftp://...' in the firefox url bar will allow you to browse the files on your device from a desktop pc or a laptop.

By default, the user name and password are both 'ftp', you should change them. You use this user name and password when accessing the server.

For power and security reasons, it is recommended that the server be stopped after use.

Features:
* Complete and efficient FTP Server
* Can read/write internal memory and also external storage (see advanced settings)
* Implements advanced FTP features like UTF8, MDTM and MFMT
* Implements Bonjour/DNS-SD for easy service discovery
* Can automatically connect on selected wifi networks (work/home/...)
* Can be started/stopped by Tasker or Locale, is thus also a Tasker/Locale plug-in
* Anonymous login possible (with restricted rights for security)
* Configuration of chroot directory possible (default sdcard)
* Configuration of port possible (default 2121)
* Possible to keep running while screen off
* Runs on local network, even when tethering (phone is the access point)
* Has public intents to support scripting:
- be.ppareit.swiftp.ACTION_START_FTPSERVER
- be.ppareit.swiftp.ACTION_STOP_FTPSERVER
* Follows Material interface guidelines, looks good on phone/tablet/tv/...
* Uses notification to remind user that the server is running
* Easy starting/stopping server from settings
* Has widget to ease starting/stopping server

The server is completely implemented in the app itself, it does not use an external library. It provides the best possible performance on android to run. Some advanced features like UTF8, MDTM and MFMT are implemented. Though the underlying file system must support them.

The Bonjour/DNS-SD support is very handy if the client os and it's file manager also supports the protocols. In this way, the moment you start the ftp server on the android device, you will find it on the network folder of your desktop.

A lot of users asked if it was possible to automatically start the server when the android device was running. We found that it was more useful to automatically start the server when we are connected to certain wifi networks. This has the same effect and is very handy, for instance when you arrive home, start your ftp server. We then went even further and we added support for Tasker or Locale. The people who like to script some use case for there device can thus easily do that.

Logical settings are available, like you can for instance set anonymous login and configure chroot and port. A minor group of users have some special use cases. For instance running the server while tethering or running the server from the ethernet cable. All those are possible and we are open for more improvements.

The design follows the official guidelines. You can be sure that the interface and the logo's look good on your device. We also make it easy to control the server, using notifications or widgets where needed.

FTP Server is open source software released under the GPL v3.
Code: https://github.com/ppareit/swiftp
Issues: https://github.com/ppareit/swiftp/issues?state=open

Current maintainer: Pieter Pareit.
Initial development: Dave Revell.
Updated on
Sep 13, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.1
117 reviews
Walter Lustig
August 18, 2020
Great App. It does what it is supposed to do, without any annoying fluff or intrusive adds. Check advanced settings to write to external storage. I haven't been paid to write this. For me it's about supporting the smaller developer's. Thank you for making this App.
22 people found this review helpful
Did you find this helpful?
Joe Garner Music
November 30, 2022
It used to work great for sending files from PC to phone, but today it no longer works. Attempting to send files causes the app to crash. If it ain't broke...don't fix it.
1 person found this review helpful
Did you find this helpful?
A Google user
May 12, 2019
I've been using this for so long that i don't even remember since when. Coolest tool especially when your phone's usb ports or data cables are not working.
16 people found this review helpful
Did you find this helpful?

What's new

Version 3.1 (2020/09/13)
+ Added Albanian Translation by 0x0byte
* Fixes for android API 29 by Linquize
* Updated Chinese translations by McMartin25
* Fixes for moving files
* Other bug fixes