python -m SimpleHTTPServer
python3 -m http.server
ruby -rwebrick -e "WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd).start"
php -S 0.0.0.0:8000
python -m pyftpdlib --directory=/home/ --port=8000 --write
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
python -m SimpleHTTPServer
python3 -m http.server
ruby -rwebrick -e "WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd).start"
php -S 0.0.0.0:8000
python -m pyftpdlib --directory=/home/ --port=8000 --write