An open API service indexing awesome lists of open source software.

https://github.com/asbachb/ftp4j

ftp4j is a java implementation of the ftp, ftps and ftpes protocol provided as maven artifact
https://github.com/asbachb/ftp4j

Last synced: 9 months ago
JSON representation

ftp4j is a java implementation of the ftp, ftps and ftpes protocol provided as maven artifact

Awesome Lists containing this project

README

          

ftp4j [![Build Status](https://travis-ci.org/asbachb/ftp4j.svg?branch=master)](https://travis-ci.org/asbachb/ftp4j)
=====

ftp4j is a java implementation of the ftp, ftps and ftpes protocol.

The artefacts are also published via github pseudo maven repository. So if you want to use ftp4j as dependency in your maven project just add following repository definition to your pom.xml



github-asbachb-releases
https://raw.github.com/asbachb/mvn-repo/master/releases



To add ftp4j as dependency just add following declaration to your pom.xml


com.github.asbachb
ftp4j
1.7.3

If you want to use the latest official release of ftp4j include following declaration


it.sauronsoftware.ftp4j
ftp4j
1.7.2

original source from
* http://www.sauronsoftware.it/projects/ftp4j/
by
* Carlo Pelliccia