commit
4b0423bc68
1 changed files with 3 additions and 10 deletions
13
README.md
13
README.md
|
@ -4,14 +4,15 @@ TCP File Transfer Server and Client in Rust
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
> ./rust-tcp-file-transfer -h
|
> ./rust-tcp-file-transfer -h
|
||||||
>
|
>
|
||||||

|

|
||||||
|
|
||||||
**Examples**
|
**Examples**
|
||||||
> ./rust-tcp-file-transfer -sv -s -l ~/Desktop/cat.png
|
> ./rust-tcp-file-transfer -sv -s -l ~/Desktop/cat.png
|
||||||
>
|
>
|
||||||
> ./rust-tcp-file-transfer -cl -r -l ~/Documents/
|
> ./rust-tcp-file-transfer -cl -r -l ~/Documents/
|
||||||
|
|
||||||
|
<img width="960" alt="image" src="https://github.com/user-attachments/assets/d0095f59-2489-4623-87f6-168e4fa52412">
|
||||||
|
|
||||||
**TO-DO List**
|
**TO-DO List**
|
||||||
|
|
||||||
|
@ -22,11 +23,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)
|
☑ 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)
|
☑ 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