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
- Host: GitHub
- URL: https://github.com/asbachb/ftp4j
- Owner: asbachb
- License: lgpl-2.1
- Created: 2013-10-25T15:28:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T09:15:44.000Z (over 2 years ago)
- Last Synced: 2025-04-14T11:12:58.792Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 270 KB
- Stars: 60
- Watchers: 8
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - FTP4j
README
ftp4j [](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