commit 2c08011fa094be52c4d95d950ac72c267764bd4f parent b6966e8560b0fc0e9fa3d74832e1010c73d8bff9 Author: Remy Noulin <loader2x@gmail.com> Date: Sun, 14 Aug 2022 08:39:50 -0400 add readme NOTES.md | 4 ++++ README.md | 10 ++++++++++ 2 files changed, 14 insertions(+) Diffstat:
| M | NOTES.md | | | 4 | ++++ |
| A | README.md | | | 10 | ++++++++++ |
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/NOTES.md b/NOTES.md @@ -1,3 +1,7 @@ +158MB +tuyau 2.744s +scp 3.896s + # to root path x./sclient.c NOTES.md dev x./sclient.c ~/notes.txt dev diff --git a/README.md b/README.md @@ -0,0 +1,10 @@ +This client/server program for copying files between computer. +It supports only 1 client at a time. + +It works like the cp command and copies the directories recursively. + +Commits: +1 - send a single file +2 - send files and directories recursively +3 - receive a single file +4 - receive files and directories recursively