Skip to content

Commit

Permalink
docs: πŸ“ update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahinli committed Sep 8, 2024
1 parent f20fbe8 commit 346f297
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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.

0 comments on commit 346f297

Please sign in to comment.