io.github.henryssondaniel.teacup.protocol:ftp

Teacup client/server FTP and FTPS support

Лицензия

Лицензия

Группа

Группа

io.github.henryssondaniel.teacup.protocol
Идентификатор

Идентификатор

ftp
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

io.github.henryssondaniel.teacup.protocol:ftp
Teacup client/server FTP and FTPS support
Ссылка на сайт

Ссылка на сайт

https://github.com/HenryssonDaniel/teacup-java-protocol-ftp
Система контроля версий

Система контроля версий

https://github.com/HenryssonDaniel/teacup-java-protocol-ftp

Скачать ftp

Имя Файла Размер
ftp-1.0.0.pom
ftp-1.0.0-sources.jar 37 KB
ftp-1.0.0-javadoc.jar 477 KB
Обзор

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.henryssondaniel.teacup : core jar 1.2.0
io.github.henryssondaniel.teacup : protocol jar 1.0.0

runtime (2)

Идентификатор библиотеки Тип Версия
commons-net : commons-net jar 3.6
org.apache.ftpserver : ftpserver-core jar 1.1.1

Модули Проекта

Данный проект не имеет модулей.

User Guide

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.

Версии библиотеки

Версия
1.0.0