A simple FTP, FTPS and SFTP client for Android
Find a file
qwerty287 536204704f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Bump version
2026-03-09 11:30:13 +01:00
app Bump version 2026-03-09 11:30:13 +01:00
assets Use real MD and reduce image size 2023-03-26 21:43:06 +02:00
fastlane/metadata/android/en-US Bump version 2026-03-09 11:30:13 +01:00
gradle/wrapper Update dependencies, compile for 36, require 23 2026-03-09 11:25:50 +01:00
.woodpecker.yaml Update dependencies, compile for 36, require 23 2026-03-09 11:25:50 +01:00
build.gradle Update dependencies, compile for 36, require 23 2026-03-09 11:25:50 +01:00
gradle.properties Update dependencies, compile for 36, require 23 2026-03-09 11:25:50 +01:00
gradlew Initial commit 2021-08-15 09:14:05 +02:00
gradlew.bat Initial commit 2021-08-15 09:14:05 +02:00
LICENSE Add LICENSE 2021-08-15 10:13:16 +02:00
README.md Add maintenance note 2026-03-09 11:28:00 +01:00
settings.gradle Initial commit 2021-08-15 09:14:05 +02:00

FTPClient - Simple FTP, FTPS and SFTP client for Android

CI status Translation status

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.

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.