文件同步工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
453530270@qq.com ac59c0653a 项目初始化 2 years ago
Makefile 项目初始化 2 years ago
README.md 项目初始化 2 years ago
client.c 项目初始化 2 years ago
ftree.h 项目初始化 2 years ago
hash.h 项目初始化 2 years ago
hash_functions.c 项目初始化 2 years ago
rcopy_client.c 项目初始化 2 years ago
rcopy_server.c 项目初始化 2 years ago
server.c 项目初始化 2 years ago

README.md

File Synchronizer

Written in C, File Synchronizer is a program that copies files and/or directories from a host computer to a remote server. If the directories already exist on the server the program updates the files if any changes have been made. To check if any changes have been made the program compares the file sizes, permission, and their hash values. The hash value for a file is generated using a XOR hashing algorithm. The information is transferred byte by byte through a TCP socket.