python -m SimpleHTTPServer 8888
or
busybox httpd -p xx.xx.xx.xx:8888 -h /var/www/html/some_directory
linux simple http server
Leave a reply
python -m SimpleHTTPServer 8888
or
busybox httpd -p xx.xx.xx.xx:8888 -h /var/www/html/some_directory