Skip to content
In this deliverable, the following was done:
1. clientHandler function was added. It handles all commands from the user (for authentication, changing directories, etc.). 
2. Java docs were added as the documentation to classes and methods.
3. To make functions, which handle user commands, more readable, they were separated into 4 .java files in a new directory "commandHandlers".
4. README file was initialized and partially filled.
5. Unit tests were added.
6. FTP class diagram was added.