rust-tcp-file-transfer/README.md

15 lines
423 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.
2023-10-01 01:04:33 +03:00
2023-10-12 14:21:47 +03:00
☑ Remove memory limitations.
2023-10-01 01:04:33 +03:00
2023-10-01 01:04:12 +03:00
☐ Folder transfer.
2023-10-01 01:04:33 +03:00
2023-10-01 01:06:23 +03:00
☐ Remember where it stopped.
2023-10-01 01:04:33 +03:00
2023-10-01 01:04:12 +03:00
☐ Reach over NAT (peer to peer).
2023-10-02 22:04:41 +03:00
☐ Async.