rust-tcp-file-transfer/README.md
Ahmet Kaan GÜMÜŞ 9d0d834439 docs: fix readme
2023-10-21 21:58:37 +03:00

17 lines
679 B
Markdown

[![Rust](https://github.com/Tahinli/rust-tcp-file-transfer/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Tahinli/rust-tcp-file-transfer/actions/workflows/rust.yml)
# rust-tcp-file-transfer
TCP File Transfer Server and Client in Rust
☑ File transfer over network.
☑ 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.