0

My solution to transfering files over the same network.

Zip required folders
sudo service apache2 start
Finally: http://my-ugly-io/

Comments
  • 1
    $ python3 -m http.server

    Serves the home directory on port 8000, it is great if you don't want to go through the hassle of an apache service. Or learn to use scp if you have ssh access!
  • 0
    @tokumei Thank you man :)
Add Comment