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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -