Update home authored by Ellen Seifert's avatar Ellen Seifert
......@@ -4,6 +4,8 @@
The idea behind the project is to transfer files using a SSH connection whithout needing command line knowledge. Therefore, the user can make file transactions while operating a user-friendly GUI. It also implements the functionality that interrupted transactions can be continued easily.
To realize all requirements, the project is sectioned into four components: [the database module](database_module), [the ssh module](ssh_module), [the gui module](gui_module) and [the management module](management_module).
The JavaDoc package is located in the project repository in 'docs'.
For development, it is of necessity to have at least Java 11 and Maven 3.6.3 installed. Also the following dependencies are used:
## Setup
......
......