|
Functions
Display file list
- Display a list of files in a directory
- Display file size and date
- Downlowd by a click
- There are upgreated versions, Filelist 2, Filelist 3
Installation
- Put filelist.cgi in a CGI executable directory.
- Modify the Perl path of the line #1 in the filelist.cgi to match your server environemnt.
- Modify permission of the filelist.cgi.
- Modify "$dldir = "../files";" in the filstlist.cgi to be a directory you want to display the files. This is a relative path from the filelist.cgi.
- Execute filelist.cgi on your browser.
Sample and Source
|