Skip to content

KevinAlbrecht/local-data-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local data transfer

🧸 Yet another playground for rust 🦀 learning purpose

Description

CLI application to experiment with TCP and to send/receive files over local network.

Examples

  • Receive:
cargo run -- recv --port 9000 --output outputs/received.txt
  • Send:
cargo run -- send --host 10.0.1.10 --port 9000 --input "some text"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages