No description
Find a file
Ahmet Kaan GÜMÜŞ 94ee575402
Merge pull request #3 from Tahinli/dev
feat: chunk size
debug: prints open
refactor: chunk type
2023-10-16 23:21:40 +03:00
.github/workflows style: name pr_main workflow 2023-10-15 02:41:33 +03:00
src refactor: chunk size and type transformation 2023-10-16 23:18:59 +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 test: display_byte 2023-10-15 22:08:47 +03:00

Rust

rust-tcp-file-transfer

TCP File Transfer Server and Client in Rust

☑ File transfer over network.

☑ Remove memory limitations. d42412c

☐ Bidirectional transfer.

☐ Folder transfer.

☐ Remember where it stopped.

☐ Reach over NAT (peer to peer).

☐ Async.