amelspahic / FTPClient

Custom FTP client implementation with parallel and synchronous clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTPClient

Custom FTP client implementation with parallel and synchronous clients

This FTP client uses RFC 959 specification (basics implemented) which can be found here: https://www.ietf.org/rfc/rfc959.txt

In the future - TODO:

  • Add logging (both console and file)
  • Integrate Spring framework
  • Create unit tests

About

Custom FTP client implementation with parallel and synchronous clients

License:GNU General Public License v3.0


Languages

Language:Java 99.6%Language:HTML 0.4%