Easily share your files in a heterogeneus local network.
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>]
A Portable C library, a collection of executables and a fully open and documented protocol.