Skip to content

HenryssonDaniel/teacup-java-protocol-ftp

Repository files navigation

Build Status Coverage latest release Maven Central Javadocs

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.