Program to share files between two computers.
Built using Java sockets, JavaFX, and H2 Database
File Transfer allows one to send files between different devices through the use of sockets. The program acts as both client and server depending on which direction the transfer takes place. Information about successful file transfers is saved in a local database.