javascript - Is there any Library to Show Filesystem in a Webpage? -
i want show contents of /var/logs
(the directory structure) in html page. basic file viewing (open .log files or text file) useful.
i'm open technology in backend (node.js, flask etc). rest of code in python, flask convenient.
are there js libraries render directory structure on page?
if using apache
have use directory
directive list directory.
for example:
<directory /usr/local/apache2/htdocs/listme> options +indexes </directory>
Comments
Post a Comment