forked from qwerty287/ftpclient
A simple FTP, FTPS and SFTP client for Android
- Kotlin 100%
| app | Fix pt translation | |
| assets | Update assets | |
| fastlane/metadata/android/en-US | Bump version | |
| gradle/wrapper | Update Gradle wrapper | |
| .woodpecker.yml | Add .apk extension | |
| build.gradle | Sort entries ( #15 ) | |
| gradle.properties | Initial commit | |
| gradlew | Initial commit | |
| gradlew.bat | Initial commit | |
| LICENSE | Add LICENSE | |
| README.md | Update screenshots | |
| settings.gradle | Initial commit | |
FTPClient - A simple FTP, FTPS and SFTP client for Android
FTPClient is a very simple FTP client for Android 5.0+, using Apache Commons Net for FTP and FTPS and SSHJ for SFTP.
Get it on F-Droid Get it on Codeberg
Features
- view directory content
- upload files to FTP server
- create directories
- download files
- view file and directory properties
- rename files and directories