simple software that enables two machines to transfer files between them using both TCP socket programming with ONE CLASS that can act as server or client (Only for study purpose)
- Client can select the file to download
- Client can choose the place or directorty to save the file
- Server can handle multi client requests (Multi Threaded Server)