This program using the Java UDP-Socket
Use ./make.sh to compile the Server and the Client
Start the server via server-udp Bash-Script
./server-udp [portnumber]
Start the file transfer to the Server via client-udp Bash-Script
./client-udp [server-adress/IP] [portnumber] [filename/path]
For more informations use the documentation (german only)