rust-tcp-file-transfer/README.md

10 lines
405 B
Markdown
Raw Normal View History

2023-09-17 09:52:32 +03:00
[![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)
2023-09-14 08:27:29 +03:00
# rust-tcp-file-transfer
TCP File Transfer Server and Client in Rust
2023-10-01 01:04:12 +03:00
☑ File transfer over network.
☐ Remove memory boundaries.
☐ Folder transfer.
☐ Remember where it stops.
☐ Reach over NAT (peer to peer).