Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 793 Bytes

File metadata and controls

39 lines (25 loc) · 793 Bytes

LANShare

Easily share your files in a heterogeneus local network.

How does it work?

First, bring up a server that shares all the files in the current directory.

hostA$ lanshare -S [<file/dir>]

In another host, we search for lanshare servers in the network. This prints the list of available hosts.

hostB$ lanshare
hostA
host1
host2
...
hostN

We can get a list of all the available files being shared by certain .

hostB$ lanshare <host>
file_1
file_2
...
file_N

Copies the specified from to the current working directory or the path specified in .

hostB$ lanshare <host> <file> [<output>]

Future Plans

A Portable C library, a collection of executables and a fully open and documented protocol.