Lucy is a command line tool to send/stream files among devices on the same LAN over TCP
download and install the Go programming language from this link: download Go
then run:
go install github.com/notEpsilon/lucy@latest
and you are done!.
on the receiving computer open a cmd/terminal and run:
lucy wait -o output_file.zip
Note: the
output_file.zip
is the output file name you need to PROVIDE CORRECT OUTPUT FILE EXTENSION
then on the sender computer run:
lucy send -f my_file.zip --host <the host provided by the `lucy wait` command>
to see different options and default values run:
lucy help