Seems like it's a trivial task but NO. You can't use Samba because of OS compatibility, FTP is too hard to understand and install and other things.

But there is a simple way to do this - use nodejs http-server!
If you're using your PC for development you've already should hav nodejs and npm.

Install the http-server package globally:

npm install -g http-server

Goto the folder which you want to share and type in Terminal:

http-server -o

If you have the npx package installed than you can run file sharing with one command:

npx http-server -o

And by your ip addrees through http protocol files from the folder will be accessible for everybody from the local network http://192.168.1.YOUR_IP:8080 

Add new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed.
CAPTCHA
   .o               .o88o.  oooo                       .o88o. 
o888 888 `" `888 888 `"
888 .ooooo. o888oo 888 .oo. oooo ooo o888oo
888 d88' `"Y8 888 888P"Y88b `88. .8' 888
888 888 888 888 888 `88..8' 888
888 888 .o8 888 888 888 `888' 888
o888o `Y8bod8P' o888o o888o o888o `8' o888o


Enter the code depicted in ASCII art style.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.