Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 468 Bytes

CSC361 - Fall 2017
Mantis Cheng
Project 1

ufc.c - ./udp_client
ufs.c - ./udp_server

This is an exercise with file transfer through UDP sockets.

  • The server listens on UDP port 8080.
  • The client will request a file, sending the filename to the server.
  • The server checks in the given directory if the requested file exists. If it does, send the file in packets of size up to 1024 bytes to the client.