CoMMoN86 / SendWithFtp

SendWithFtp is an Android App that provides intents for sharing files through FTP

Home Page:http://mtotschnig.github.com/SendWithFtp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SendWithFtp

SendWithFtp is an Android App that provides intents for sharing files through FTP

SendWithFtp uses FTP library from http://commons.apache.org/net/

SendWithFtp responds to two intents

  1. android.intent.action.SEND: The user manages a list of FTP URIs and selects one as the target for the file being shared.

  2. android.intent.action.SENDTO if the URI in the data is of scheme ftp: The application provides the FTP uri and SendWithFtp immediately triggers the upload

SendWithFtp is released under the GNU General Public License version 3

About

SendWithFtp is an Android App that provides intents for sharing files through FTP

http://mtotschnig.github.com/SendWithFtp/


Languages

Language:Java 100.0%