A FTP-like protocol based on UDP.
cilent.cppfor client side.udp.handudp.cppfor server side.
- ls --------------list server dir files
- cls --------------list client dir files
- get FILENAME ----get a file from server
- send FILENAME ----send a file to server
- cd DIR -----------enter a server folder
- cd .. ------------go back to parent dir