Share files python -m SimpleHTTPServer
Follow @ggarronIf you want to share a file from your Linux with other users, the easiest way to do that is:
Using Python and this command.
cd /your/shared/directory
python -m SimpleHTTPServer
You need to have python installed of course.
Thanks to my friend Rich Scadding who wrote that in the comments of Share a file with woof