No description
Find a file
Ahmet Kaan GÜMÜŞ 1eb1969560 cleaning
2023-10-13 03:12:51 +03:00
.github/workflows docs: rust.yml 2023-10-02 23:32:32 +03:00
src cleaning 2023-10-13 03:12:51 +03:00
.gitignore read_write_from_disk 2023-09-14 08:29:32 +03:00
Cargo.toml read_write_from_disk 2023-09-14 08:29:32 +03:00
LICENSE Initial commit 2023-09-14 08:27:29 +03:00
README.md remove_ram_limitations 2023-10-12 14:21:47 +03:00

Rust

rust-tcp-file-transfer

TCP File Transfer Server and Client in Rust

☑ File transfer over network.

☑ Remove memory limitations.

☐ Folder transfer.

☐ Remember where it stopped.

☐ Reach over NAT (peer to peer).

☐ Async.