Skip to content

A simple FTP file transfer app from android to an ftp server

Notifications You must be signed in to change notification settings

agnostic-apollo/FTP

Repository files navigation

FTP

A simple FTP file transfer app from android to an ftp server

The android app uses Apache Commons Net 3.6 FTPClient API.
On the server side FileZilla Windows Server was used, other servers should work too but not tested.

Features:

Multiple Connections can be added (but only 1 transfer will run at a time)
Supports both IP and hostname
Source Path of files and folders have to be added manually(might add file viewer and selector in future)
Destination path can also be added which would be relative to ftp servers home path

Valid Inputs:

Connection Name matches any kind of letter from any language.
Server IP, hostname and port are standard formats.
Server Username can contain only ASCII letters and digits, with hyphens, underscores and spaces as internal separators. The first and last character are not separators, and that there's never more than one separator in a row.
Password can only contain 50 ASCII characters.
Source and destination paths should be in UNIX path format

Screenshots
Download APK

Credits
Apache Commons Net 3.6 FTPClient API
Icon Source

About

A simple FTP file transfer app from android to an ftp server

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages