No description
Find a file
Ahmet Kaan Gümüş e7252928c3 Merge pull request #29 from Tahinli/dev
build: 👷 updated to versatile build script
2025-09-07 11:19:33 +03:00
.github/workflows build: 👷 updated to versatile build script 2025-09-07 11:19:33 +03:00
assets docs: 📝 upload assets to repo itself and update links 2025-09-07 11:19:33 +03:00
src refactor: ♻️ file type restrictions 2025-09-07 11:19:33 +03:00
.gitignore chore: 🙈 .vscode 2025-09-07 11:19:33 +03:00
Cargo.toml build: panic = "abort" 2025-09-07 11:19:33 +03:00
LICENSE Initial commit 2025-09-07 11:19:31 +03:00
README.md docs: 📝 upload assets to repo itself and update links 2025-09-07 11:19:33 +03:00

Rust

rust-tcp-file-transfer

TCP File Transfer Server and Client in Rust

Usage

./rust-tcp-file-transfer -h

Examples

./rust-tcp-file-transfer -sv -s -l ~/Desktop/cat.png

./rust-tcp-file-transfer -cl -r -l ~/Documents/

TO-DO List

☑ Standard library only.

☑ File transfer over network.

☑ Remove memory limitations. d42412c

☑ Bidirectional transfer. b0531de