Releases: jatin69/FTP
Releases · jatin69/FTP
version 0.2
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
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 availableRFC 959
Section 3.2
mentioning mechanics of control and data connection port is now strictly followed.
Initial Release
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
andover the internet
- Tested thoroughly, logs attached.