|
Functions
Dispaly file list and ready to download
- Display a list of files in a directory
- Display file size and date
- Download by a click
- Download a lump of selected files
- Auto zip file generation
- There are an upgread version Filelist 3
Installation
- A Perl module Archive::Zip must be installed in your server.
- Put flist2.cgi in a CGI executable directory.
- Modify the Perl path of the line #1 in the flist2.cgi to match your server environment.
- Modify permission of the flist2.cgi
- Create a directory which you want to display files in it and place files in the directory.
- Modify "$dldir = "files";" in the flist2.cgi to be a directory you want to display the list of the files. This is a relative path from the flist.cgi
- Execute flist2.cgi on your browser.
Sample and Source
Revision history
- 2.0 : 4/3/05 : Added download button in filelist.cgi
|