From 346f297f129310e12fb0697954d6a1fc1a8e9310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:45:05 +0300 Subject: [PATCH 1/2] docs: :memo: update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4d0693..0f7d7dc 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ TCP File Transfer Server and Client in Rust **Usage** > ./rust-tcp-file-transfer -h -> +> ![image](https://github.com/Tahinli/rust-tcp-file-transfer/assets/96421894/7370c9f7-e491-42de-bf81-8f16b8daa248) **Examples** > ./rust-tcp-file-transfer -sv -s -l ~/Desktop/cat.png -> +> > ./rust-tcp-file-transfer -cl -r -l ~/Documents/ @@ -22,11 +22,3 @@ TCP File Transfer Server and Client in Rust ☑ Remove memory limitations. [d42412c](https://github.com/Tahinli/rust-tcp-file-transfer/pull/1/commits/d42412c57d7d95672ba64b3e489b95f1c4b04a08) ☑ Bidirectional transfer. [b0531de](https://github.com/Tahinli/rust-tcp-file-transfer/commit/b0531deb257332f46fc76de16d3a17fb3b28acee) - -☐ Folder transfer. - -☐ Remember where it stopped. - -☐ Reach over NAT (peer to peer). - -☐ Async. From 96cfc0ad9b503e87a8fcf8df2a54b9ff06e6689e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:54:46 +0300 Subject: [PATCH 2/2] docs: :memo: new example image added to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f7d7dc..167c741 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ TCP File Transfer Server and Client in Rust > > ./rust-tcp-file-transfer -cl -r -l ~/Documents/ +image **TO-DO List**