docs: 📝 update readme
This commit is contained in:
parent
f20fbe83b6
commit
346f297f12
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -4,12 +4,12 @@ TCP File Transfer Server and Client in Rust
|
|||
|
||||
**Usage**
|
||||
> ./rust-tcp-file-transfer -h
|
||||
>
|
||||
>
|
||||

|
||||
|
||||
**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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue