Skip to content

Releases: jatin69/FTP

version 0.2

22 Apr 08:27
Compare
Choose a tag to compare

The focus of this release is to iron out the kinks.
A lot of minor improvements with some added features.

Added features

  • multi-user multi-client support with username logging.
  • documentation and formatting of all the code.
  • graceful exception handling.
  • reaping off all the zombie processes.

v0.3 alpha release

08 Jan 11:34
Compare
Choose a tag to compare
v0.3 alpha release Pre-release
Pre-release

This release is from branch develop-ABORT.
In this branch, the ABORT command was developed as a proof of concept.

Changelog

  • ABOR command for aborting ongoing data transfer is now available
  • RFC 959 Section 3.2 mentioning mechanics of control and data connection port is now strictly followed.

Initial Release

21 Apr 14:30
Compare
Choose a tag to compare

Classic FTP implementation closely following RFC-959

Features

  • common FTP commands supported.
  • Has separate control and data connection.
  • PORT command to change data connection port at anytime.
  • Works on localhost, local network and over the internet
  • Tested thoroughly, logs attached.