Skip to content

rdleon/LANShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Share files on a local network

Resources

License

Stars

Watchers

Forks