Skip to content

Instantly share code, notes, and snippets.

View LOfaday's full-sized avatar

LOfaday LOfaday

View GitHub Profile
@shalakolee
shalakolee / list.asp
Created April 25, 2017 23:17
Classic ASP Directory Browser
<%@ Language=VBScript %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%
' ***** Which Folder to Share?
' ********** ********** **********
sDirectory = "/foldertoshare/"
' ********** ********** **********
AllowExt = "all"