Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariusvanderwijden/fileuploader
This is a small project enabling you to upload files to a Server, meant to be used as a USB-replacement cause I couldn't find any working USB-Sticks around here.
https://github.com/mariusvanderwijden/fileuploader
Last synced: 17 days ago
JSON representation
This is a small project enabling you to upload files to a Server, meant to be used as a USB-replacement cause I couldn't find any working USB-Sticks around here.
- Host: GitHub
- URL: https://github.com/mariusvanderwijden/fileuploader
- Owner: MariusVanDerWijden
- Created: 2017-10-03T17:31:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T10:36:28.000Z (about 7 years ago)
- Last Synced: 2024-10-06T16:40:58.531Z (about 1 month ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileUploader
This is a small project enabling you to upload files to a Server,
meant to be used as a USB-replacement cause I couldn't find any working USB-Sticks around here.
Can be used to swap files at a LAN-partyThere's a description of the protocol I invented in src/tools/protocol/Protocol.png
The project contains a Server and a Client part, completely written in java.
Feel free to copy and modify the shit out of this