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

CSC361 project 1: file transfer through UDP sockets

Notifications You must be signed in to change notification settings

jerushachua/csc361-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CSC361 project 1: file transfer through UDP sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages