Skip to content

Initial Release

Compare
Choose a tag to compare
@jatin69 jatin69 released this 21 Apr 14:30
· 7 commits to master since this 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 and over the internet
  • Tested thoroughly, logs attached.