Skip to content

Small program to sync a given directory to another computer across a network.

Notifications You must be signed in to change notification settings

chrisn731/Remote-File-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote File Backup

A small project for transfering files from client to server for safe keeping.

To build on a machine, clone the directory and run make both to make both the client and the server. Alternatively, use make client or make server to make either client or server only.

If more data throughput is needed, access the Shared/Helper.h and change the STD_BUFF_SZ to a higher number. Similarly, to change the port, simply change the PORT to a value of your liking. At compile time all necessary values will be set.

About

Small program to sync a given directory to another computer across a network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published