项目作者: jerushachua
项目描述 :
CSC361 project 1: file transfer through UDP sockets
高级语言: C
项目地址: git://github.com/jerushachua/csc361-project1.git
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.