return function (connection, req, args) dofile("httpserver-header.lc")(connection, 200, 'html') connection:send([===[ Server File Listing

Server File Listing

]===]) local remaining, used, total=file.fsinfo() connection:send("Total size: " .. total .. " bytes
\n" .. "In Use: " .. used .. " bytes
\n" .. "Free: " .. remaining .. " bytes
\n" .. "

\nFiles:
\n

\n

\n") end