Comments on Linux: How to share files on a local network with woof
We've all been in this situation were we want to exchange files with other users connected to the same network as we are, and while there are tons of ways to do this, almost none of them is easy, quick, or simple enough. Thankfully, though, Linux users can utilize a small tool called “woof” that simplifies the process and makes the exchanging of files a walk in the park. What I am about to present in this short tutorial is suitable for home networks where convenience is the primary concern, and security isn't an issue.
7 Comment(s)
Comments
Sahring a single file! That's silly
Hey bonbonboi! Thanks for your comment. If you read the post carefully, you will find out that you may also share a whole directory using woof, and even have the capacity to choose the compressing form while doing so.
I use Nitroshare its so easy, I dont think it will do a whole directory but will do very large files or folders.
I use woof since years to transfer files between Linux and Windows PCs
It is a great tool :-)
python3 -m http.server 8080
nah, 'python -m SimpleHTTPServer'
You should use SCP for this or SFTP no matter if your on the local LAN. No browser needed and encrypted all the way, doing things right is a good habbit.