博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android FTP Server <1>
阅读量:7171 次
发布时间:2019-06-29

本文共 1224 字,大约阅读时间需要 4 分钟。

下面介绍几种Android 版本的FTP Server :

Virtual Data Line is a software  that you can   manage files of  the phone on you pc  without data line . Phone files can be copied to a computer and computer  files can copied to the phone. With this software you will not be afraid do not take the data line. As long as the place where have wifi network, you can easily manage your files on you pc.

This project used  FTP server from another Android open source project: SwiFTP. You can find more about this FTP server at:

Virtual Data Line t for Android is released under GNU General Public License v3. We recommended you to start your own project based on our source code but you must make your project based on GNU too.

虚拟数据线 简而言之就是不再需要数据线就可以在电脑上管理手机上的文件。 可以将手机文件复制到电脑 也可以将电脑文件复制到手机,总之通过数据线所拥有的文件管理功能都可以通过该软件来代替。  有了这款软件 你就不要怕没带数据线了。只要你所在的地方有wifi网络,即可在自己的pc上方便的管理你的文件。 2.0版本新增功能 1.可以设置访问密码,完全保护你的隐私 2.完全解决汉中文文件名的文件复制到手机上时的bug。 3.新增用户问题和建议反馈功能,随时解决用户使用中遇到的问题。

此下载链接:

 

About SwiFTP

SwiFTP is a FTP server that runs on the Android platform. It emphasizes simplicity, ease of use, and small size. It is now considered "stable," meaning that things should work quite well. If you run in to any problems, please report them and they will be fixed.

此下载链接 :

 

转载地址:http://dvbzm.baihongyu.com/

你可能感兴趣的文章
viewPager
查看>>
朴素贝叶斯python小样本实例
查看>>
[转]How to write dll
查看>>
C# For Bot Framework
查看>>
react native 增加react-native-camera
查看>>
陶哲轩实分析 习题 13.4.8
查看>>
线程和多线程(二)
查看>>
vmware共享文件夹
查看>>
关于wp-autopost不能连续采集的问题,这里有解决方案
查看>>
3.Appnium的安装
查看>>
python基础-函数02
查看>>
ListView图标大小的设置
查看>>
个人-GIT使用方法
查看>>
带缩略图焦点图插件
查看>>
T4模版引擎之生成数据库实体类
查看>>
java properties读取与设值
查看>>
IO流的登录与注册
查看>>
《JavaScript高级程序设计》笔记(1):<script>元素
查看>>
图标字体 VS 雪碧图——图标字体应用实践
查看>>
CORS 跨域
查看>>