Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 397 Bytes

File metadata and controls

12 lines (12 loc) · 397 Bytes

UDP_based_FTP

A FTP-like protocol based on UDP.

Files

  • cilent.cpp for client side.
  • udp.h and udp.cpp for server side.

Functions

  • 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