No description
Find a file
Ahmet Kaan GÜMÜŞ de63e8b1c0
feat: forge pr_main workflow for pull requests to main branch
feat: dev workflow is now dev branch trigger only
2023-10-15 02:31:01 +03:00
.github/workflows feat: forge pr_main workflow for pull requests to main branch 2023-10-15 02:31:01 +03:00
src style: handshake_recv 2023-10-14 00:33:18 +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 docs: Update README.md 2023-10-14 00:32:12 +03:00

Rust

rust-tcp-file-transfer

TCP File Transfer Server and Client in Rust

☑ File transfer over network.

☑ Remove memory limitations. d42412c

☐ Folder transfer.

☐ Remember where it stopped.

☐ Reach over NAT (peer to peer).

☐ Async.