If you want to share files easily via browser, just use SimpleHTTPServer
An example:
ifconfig command tells your IP-address
___ to run the server run
python -m SimpleHTTPServer
Open an anther computers browser and set the address as
IP-address:8000
Ctrl c ends the server.