For example, sharing image
folder
$ git clone [email protected]: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
- BusyBox have httpd_indexcgi.c which works without JS
- metalx1000/Directory-Index-for-httpd more advanced
- dir-index.cgi a Perl script
- Making Our Own Indexes a tutorial how to make it yourself