A simple FTP, FTPS and SFTP client for Android
- Kotlin 100%
| app | ||
| assets | ||
| fastlane/metadata/android/en-US | ||
| gradle/wrapper | ||
| .woodpecker.yaml | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
FTPClient - Simple FTP, FTPS and SFTP client for Android
Warning
FTPClient is in maintenance mode. Do not expect new features unless you implement them yourself and open a pull request. If you would like to continue development as new maintainer, I'm also open to transfer this project.
FTPClient is a very simple FTP, FPTS and SFTP client for Android 5.0+, using Apache Commons Net for FTP and FTPS and SSHJ for SFTP.
Features
- view directory content
- upload files to FTP server
- create directories
- download files
- view file and directory properties
- rename files and directories
- view text and image files
- edit text files
Screenshots
Troubleshooting
Before opening an issue, please take a look at the following information which may help to fix your issue.
FTPS
If FPTClient can't connect to your server or does not view any files, please try toggling the "Use passive mode" and "Use private data connection" checkboxes, also in any combination.

