Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midoshawky/filetransfer
https://github.com/midoshawky/filetransfer
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/midoshawky/filetransfer
- Owner: midoshawky
- Created: 2021-05-23T22:30:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T12:26:29.000Z (over 3 years ago)
- Last Synced: 2024-11-19T04:47:15.671Z (2 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileTransfer Java TCP
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)