No description
Find a file
2024-09-08 03:54:46 +03:00
.github/workflows build: 👷 update release action to v2 2024-08-10 19:12:09 +03:00
src refactor: ♻️ file type restrictions 2024-03-03 03:24:15 +03:00
.gitignore chore: 🙈 .vscode 2024-03-04 01:28:44 +03:00
Cargo.toml build: panic = "abort" 2024-01-03 14:30:12 +03:00
LICENSE Initial commit 2023-09-14 08:27:29 +03:00
README.md docs: 📝 new example image added to readme 2024-09-08 03:54:46 +03:00

Rust

rust-tcp-file-transfer

TCP File Transfer Server and Client in Rust

Usage

./rust-tcp-file-transfer -h

image

Examples

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

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

image

TO-DO List

☑ Standard library only.

☑ File transfer over network.

☑ Remove memory limitations. d42412c

☑ Bidirectional transfer. b0531de