Setting up a Basic File server Using simpleHTTPserver
Introduction In this article we will demonstrate a quick and easy method to use your local system as a basic File Server using simpleHTTPserver. The SimpleHTTPServer is a built in module that comes available with the default Python installation on a YUM based system. It is a simple HTTP server that provides standard GET and […]
The post Setting up a Basic File server Using simpleHTTPserver appeared first on The Linux Juggernaut.
Read More