Skip to content
/ fshare Public

A simple and stupid tool to share a file by TCP.

Notifications You must be signed in to change notification settings

E-Neo/fshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fshare

A simple and stupid tool to share a file by TCP.

Build

$ cargo build --release

Example

Transfer a file from QEMU guest to host under the default user-mode networking:

 (host) $ fshare recv /path/to/output/file
(guest) $ fshare post 10.0.2.2:8000 /path/to/input/file

Transfer a file from host to QEMU guest under the default user-mode networking:

 (host) $ fshare send /path/to/input/file
(guest) $ fshare get 10.0.2.2:8000 /path/to/output/file

About

A simple and stupid tool to share a file by TCP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages