Comments on: Woof – Easily Exchange Files Over a Local Network in Linux https://www.tecmint.com/share-files-over-a-local-network-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 03:09:02 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/share-files-over-a-local-network-in-linux/comment-page-1/#comment-1098078 Wed, 30 Jan 2019 07:05:19 +0000 https://www.tecmint.com/?p=31624#comment-1098078 In reply to Eran.

@Eran,

Thanks a ton for sharing the tip, but we already covered the same here: How to Use Python ‘SimpleHTTPServer’ to Share Files Instantly.

]]>
By: Eran https://www.tecmint.com/share-files-over-a-local-network-in-linux/comment-page-1/#comment-1097961 Tue, 29 Jan 2019 13:03:36 +0000 https://www.tecmint.com/?p=31624#comment-1097961 Anther easy way is using python http server module.
Run the command “python -m SimpleHTTPServer 8000” in the folder you want to share the files.

]]>
By: Aaron Kili https://www.tecmint.com/share-files-over-a-local-network-in-linux/comment-page-1/#comment-1097653 Sun, 27 Jan 2019 14:28:18 +0000 https://www.tecmint.com/?p=31624#comment-1097653 In reply to Jay Sanders.

@Jay

Woof is actually an old tool on Linux/Unix, older than many of the tools you are talking about.

]]>
By: Jay Sanders https://www.tecmint.com/share-files-over-a-local-network-in-linux/comment-page-1/#comment-1097372 Fri, 25 Jan 2019 14:33:32 +0000 https://www.tecmint.com/?p=31624#comment-1097372 Because there aren’t scores of tools for accomplishing the same thing under Linux already. When are we going to start doing something, rather than reinventing the wheel, over and over again?

]]>