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

jerushachua/csc361-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC361 - Fall 2017
Mantis Cheng
Project 2

tfc.c - ./tfc ip port zip_file
tfs.c - ./tfs ip port

An exercise in file transferring through TCP sockets and file compression and decompression.

  • the client reads the given zip file and sends it to the server (zipped).
  • the server recieves the zip file, unzips the file, and sends the file back to the client (unzipped).
  • the client receives the file now unzipped.
  • md5sum is used to verify the checksum, ensuring all bytes were received.

About

CSC361 project 2: file compression/decompression with TCP sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages