ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
app | ||
assets | ||
fastlane/metadata/android/en-US | ||
gradle/wrapper | ||
.woodpecker.yml | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
FTPClient - Simple FTP, FTPS and SFTP client for Android
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.