This commit is contained in:
Pablu23
2023-11-28 15:57:54 +01:00

View File

@@ -1,25 +1,22 @@
# Simple UDP File Server
# Simple UDP File transfer
Probably has bugs
Not secure at all, for example:
- Path exploits
A udp File transfer "Suite"
Those two things are going to get fixed
Points that might or might not get looked at:
- No clue about Performance
- Should add PacketSize to PTE and or to request to allow for dynamic Packet size
- Needs timeouts, so server doesnt get bombed with trash data
- Needs to handle Errors correctly not just panic
## Points that might or might not get looked at:
- Performance Improvements (right now on my PC ~400 Mbit/s Throughput allocated to all requesting clients, localhost / not Network bound)
- Timouts happen but only after all of the data is send, so pretty useless as of now
- Tests would be nice but probably wont happen
- A Filelookup Packet would also be nice, to request what Files are available for download
- Maybe Upload Feature
- Simple Users auth so you can only get your Files
- If Users maybe groups so you can share Files with your Friends (very unlikly to happen)
- Comments
- Better Cli support
- Better Readme
Known Bugs / Errors / Fix list:
- Pte Packet is received twice from Client
## Known Bugs / Errors / Fix list:
- No Rsa Encryption for symmetric Key
- Path Exploits (will get changed to only allow Files in curr exe Path or Configurable Path)
## Notes
- Udp max packet size is set with 504