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.