首页 > 其他分享 >Android-FTP Server (swiftp)

Android-FTP Server (swiftp)

时间:2022-11-08 13:04:13浏览次数:63  
标签:FTP ftp server running Version Android swiftp 2012



可以把让手机称为一台ftp服务器。非常好用。一个开源的工程-FTP Server (swiftp)。

​http://ppareit.github.io/swiftp/​


An FTP Server for your android device.

Description

This program allows you to run an ftp server on your android device. This means that any program can access the files on your 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 username and password when accessing the server.

There is a configuration option ("keep phone awake") that fixes a problem where file transfers go slow or stop completely when the phone sleeps. If you have this problem, check this box and restart SwiFTP. Your phone will stay awake as long as the server is running.

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

Screenshots

Left on a tablet running ICS, right on a phone running eclair.

History

  • Version 2.5 (9/12/2012): Added support to transfer files using ethernet (next to wifi). This needs the permission ACCESS_NETWORK_STATE to check what kind of connection is used.
  • Version 2.4 (1/11/2012): Fixed bugs, add link to market, remove unneeded permission: READ_PHONE_STATE.
  • Version 2.3 (9/10/2012): Fixed bugs, shows ip address in notification.
  • Version 2.2 (2/10/2012): Fixed bugs, hides password.
  • Version 2.1 (28/06/2012): Initial release with new interface.
  • Version 1.4 and before: Programming by Dave Revell.

Download

You can buy this application from the google play market, ​​ here​​​. Buying the application supports the further development of this appication. You can also download a free demo ​​ here​​.



License

GNU General Public License version 3.0

About

  • Programming: ​​Dave Revell​​, ​​Pieter Pareit​​

Code

FTP Server (swiftp) is open source software, for which the code is available on github. See ​​ppareit/swiftp​​​. You can also clone the project with ​​Git​​ by running:


$ git clone git://github.com/ppareit/swiftp


You can ​​mail​​ me with any comment, suggestion or correction.







标签:FTP,ftp,server,running,Version,Android,swiftp,2012
From: https://blog.51cto.com/u_13316945/5832593

相关文章

  • Android -- EventBus
    使用EvnetBus可以实现Android各大组件之间的通信(跨进程呢?应该不能。但是广播就可以。)第一步:下载EventBus类,​​https://github.com/greenrobot/EventBus​​,......
  • GDB-4——Android设备中使用GDB调试程序的例子
     一、一个简单的例子1.实验Demo(1)Android.mkLOCAL_PATH:=$(callmy-dir)include$(CLEAR_VARS)LOCAL_SRC_FILES:=mytest.cLOCAL_MODULE:=mytestLOCAL_C_F......
  • android 删除文件错误:open failed: EBUSY (Device or resource busy)
    引用:​​http://stackoverflow.com/questions/11539657/open-failed-ebusy-device-or-resource-busy​​IhavethebigAnswer!!TheProblemcomesfromtheAndroidSys......
  • android studio 新项目导入时怎么设置
    导入步骤修改gradle.build文件中的,结合个人环境设置classpath'com.android.tools.build:gradle:3.2.0'compileSdkVersion27buildToolsVersion"28.0.2"2.修改文件gradle......
  • 编译vlc-android
    1.说明时间:20191105系统:虚拟机里的ubuntu1604可以参照​​​https://wiki.videolan.org/AndroidCompile​​。这个文档会更新,注意。2.步骤2.1配置环境JDKsudoapt-get......
  • android-code-getip
    publicStringgetIP(){try{for(Enumeration<NetworkInterface>en=NetworkInterface.getNetworkInterfaces();en.hasMoreElements();){......
  • android--查看keystore文件签名信息
    Java\jdk1.6.0_14\bin\keytool-list-v-keystore keystoreName输入密码就可以了。C:\tmp\0>keytool密钥和证书管理工具命令: -certreq      生......
  • android_文本垂直滚动
    这个自定义view主要实现的是垂直文本自动滚动,当文本高度超出垂直高度时自动滚动。也可以修改成其他条件触发滚动。参考了网上一篇文章,找不到出处了。packagecom.serviatech......
  • android-code-saveLog
    一个工具类。第一个用来将logcat保存到文件,第二个用来获得logcat字符串。publicclassLogcat{publicfinalstaticStringTAG="VLC/Util/Logcat";/***Wr......
  • android-code-调整音量
    这是不弹出界面的方式:/***@paramvalue*0-15*/publicvoiddealCMDSound(intvalue){AudioManagermAudioManager=(AudioManager)getSy......