/FTPClient

Custom FTP client implementation with parallel and synchronous clients

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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