https://github.com/henryssondaniel/teacup-java-protocol-ftp
Teacup client/server FTP and FTPS support
https://github.com/henryssondaniel/teacup-java-protocol-ftp
ftp ftp-client ftp-server ftps teacup
Last synced: 12 months ago
JSON representation
Teacup client/server FTP and FTPS support
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-protocol-ftp
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-08-18T16:36:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T19:32:17.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:33.811Z (about 1 year ago)
- Topics: ftp, ftp-client, ftp-server, ftps, teacup
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-protocol-ftp)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-protocol-ftp)
[](https://github.com/HenryssonDaniel/teacup-java-protocol-ftp/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.protocol%22%20AND%20a%3A%22ftp%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.protocol/ftp)
## What ##
FTP/FTPS support.
There is also support for an FTP server.
## Why ##
This makes it possible to test FTP with the framework, both the client and the server.
## How ##
Add this repository as a dependency.
The Client interface holds all the functionality that the FTP client can do.
The SecureClient interface holds all the functionality that the secure FTP client can do.
New clients can be created with the Factory class in the client package.
The SimpleServer interface holds all the functionality that the FTP server can do.
New servers can be created with the Factory class in the server package.