No description
.github/workflows | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
rust-tcp-file-transfer
TCP File Transfer Server and Client in Rust
☑ File transfer over network.
☑ Remove memory limitations. d42412c
☑ Bidirectional transfer. [b0531de
] (b0531deb25
)
☐ Folder transfer.
☐ Remember where it stopped.
☐ Reach over NAT (peer to peer).
☐ Async.