A simple FTP, FTPS and SFTP client for Android
Go to file
qwerty287 265716f3d9
ci/woodpecker/push/woodpecker Pipeline was successful Details
Update SDK and deps
2023-09-18 08:17:06 +02:00
app Update SDK and deps 2023-09-18 08:17:06 +02:00
assets Use real MD and reduce image size 2023-03-26 21:43:06 +02:00
fastlane/metadata/android/en-US Fix typo 2023-07-02 12:50:51 +02:00
gradle/wrapper Update AGP 2023-08-09 13:27:19 +02:00
.woodpecker.yml Use `steps` 2023-08-12 14:24:04 +02:00
LICENSE Add LICENSE 2021-08-15 10:13:16 +02:00
README.md Update README 2023-06-22 19:58:11 +02:00
build.gradle Upgrade AGP 2023-09-18 08:10:44 +02:00
gradle.properties Update AGP 2023-08-09 13:27:19 +02:00
gradlew Initial commit 2021-08-15 09:14:05 +02:00
gradlew.bat Initial commit 2021-08-15 09:14:05 +02:00
settings.gradle Initial commit 2021-08-15 09:14:05 +02:00

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.

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
  • 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.