# pythonpython-mSimpleHTTPServer8080python3-mhttp.server# busyboxbusyboxhttpd--help# show available optionsbusyboxhttpd-p127.0.0.1:8080-h/var/www/# start start httpd pkillbusybox# to stop busybo httpd# npmhttp-server# phpphp-S127.0.0.1:8080
Others
# curlcurl-Ohttp://192.168.0.101/file.txt# nc# to sharenc-lvp4444<file# to receivenc192.168.1.1024444>file# scpscp/path/to/source/file.extusername@192.168.1.101:/path/to/destination/file.ext