HeGanjie / busybox-httpd-directory-listing

listing directory contents using busybox httpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

busybox httpd directory listing

Usage

For example, sharing image folder

$ git clone git@github.com:HeGanjie/busybox-httpd-directory-listing.git
$ cp -r busybox-httpd-directory-listing/* image/
$ cd image/
$ chmod +x cgi-bin/main.cgi
$ busybox httpd -fvvvp 8080

then open the link http://httpdhost:8080

Alternatives

About

listing directory contents using busybox httpd


Languages

Language:HTML 93.8%Language:Shell 6.2%