# ftpfile **Repository Path**: xbwuc/ftpfile ## Basic Information - **Project Name**: ftpfile - **Description**: android studio ftpfile - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftpfile [![Build Status](https://travis-ci.org/wuxinbo/ftpfile.svg?branch=master)](https://travis-ci.org/wuxinbo/ftpfile) [![Coverage Status](https://coveralls.io/repos/github/wuxinbo/ftpfile/badge.svg?branch=master)](https://coveralls.io/github/wuxinbo/ftpfile?branch=master) [![openhub](https://www.openhub.net/p/ftpfile/widgets/project_thin_badge?format=gif&ref=sample)](https://www.openhub.net/p/ftpfile?ref=sample) android studio ftpfile 本项目是使用android studio完成的,这个app 主要实现根据用户提供的用户名和密码来访问远程的FTP服务器(暂时支持端口号21的服务器), 登陆成功后,用户便可以从服务器上下载文件(目前支持单个文件的下载,后续的功能留待以后),也可以读取内存设备中的文件上传到服务器 中(此功能还在开发中)。