Skip to content

An application-level file transfer protocol built on top of UDP using novel bandwidth-monitoring techniques to beat FTP and SCP throughputs.

Notifications You must be signed in to change notification settings

smcd253/reliable-file-transfer

Repository files navigation

reliable-file-transfer

An application-level file transfer protocol built on top of UDP using novel bandwidth-monitoring techniques to beat FTP and SCP throughputs.

Binary file command:

Different Methods: https://www.keycdn.com/support/udp-file-transfer/

40 Mb solution: https://github.com/lsingal/Fast-and-Reliable-File-Transfer-over-UDP

read/write problem: https://codereview.stackexchange.com/questions/43914/client-server-implementation-in-c-sending-data-files

CRC verificaiton: https://www.linuxquestions.org/questions/programming-9/sending-files-over-udp-sockets-in-c-254978/

to compile server_md5 and client mdf

gcc server_md5.c -lm -lssl -lcrypto -o server

gcc client_md5.c -lm -lssl -lcrypto -o client

About

An application-level file transfer protocol built on top of UDP using novel bandwidth-monitoring techniques to beat FTP and SCP throughputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published