We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8493048 commit c4c749bCopy full SHA for c4c749b
README.md
@@ -1 +1,5 @@
1
-# TCP_FileTransfer
+# TCP_FileTransfer
2
+
3
+C++/C TCP socket programming to transfer files.
4
5
+Large files are sliced into chunks to transfer. The program checks how many bytes are successfully transferred and resends if it failed to send.
0 commit comments