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
* Implements advanced FTP features like UTF8, MDTM and MFMT
* Implements Bonjour/DNS-SD for easy service discovery
* Anonymous login possible (with restricted rights for security)
* Configuration of chroot directory possible (default sdcard)
* Configuration of port possible (default 8888)
* 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 Holo interface guidelines, looks good on phone/tablet/tv/...
* Uses notification to remind user that the server is running
* Easy starting/stopping server from settings
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: khoahung.
Initial development: Dave Revell.
This is the DEMO version of FTP Server.
这个程序允许你运行你的Android设备上的FTP服务器。这意味着,任何其他计算机/设备可以在FTP服务器运行时访问Android设备上的文件。例如,输入“FTP:// ......”在Firefox的地址栏将允许您从桌面PC或笔记本电脑浏览您的设备上的文件。
默认情况下,用户名和密码均为“FTP”,你应该改变它们。访问服务器时,您可以使用此用户名和密码。
用于电源和安全方面的原因,建议使用后服务器停止。
产品特点:
*完整高效的FTP服务器
*实现像UTF8,MDTM和MFMT先进的FTP功能
*实现卓悦/ DNS-SD,方便服务发现
*匿名登录可能(有安全限制的权利)
* chroot目录的配置可能(默认SD卡)
*端口可以配置(默认8888)
*可以保持,同时关闭屏幕运行
*运行本地网络上,即使当圈养(电话是接入点)
*具有公共的意图,以支持脚本:
- be.ppareit.swiftp.ACTION_START_FTPSERVER
- be.ppareit.swiftp.ACTION_STOP_FTPSERVER
*遵循全息界面指南,看起来不错的手机/平板电脑/电视/ ...
*使用通知,提醒用户该服务器是否正在运行
*易于起动/停止从设置服务器
FTP服务器是在GPL v3的发布开源软件。
代码:https://github.com/ppareit/swiftp
问题:https://github.com/ppareit/swiftp/issues?state=open
当前维护者:khoahung。
初步开发:戴夫·雷维尔。
这是FTP服务器的DEMO版。