|
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 to download selected files
- Delete old zip files on the server automatically
- Number of the files listed in a page can be specified
- Upgreaded version of filelist 2
Installation
- Perl module Archive::Zip must be installed in your server.
- Put flist3.cgi in a CGI executable directory.
- Modify the Perl path of the line #1 in the flist3.cgi to match your server environment.
- Modify permission of the flist3.cgi
- Create a directory which you want to display files in it and place files in the directory.
- Modify "$dldir = "files";" in the flist3.cgi to be a directory you want to display the list of the files. This is a relative path from the flist.cgi. This setup can be put in flist3_setup.pl. Some more other setup can be done in this setup file. Refer to the sample of the setup file below.
- Execute flist3.cgi on your browser.
Sample and Source
Revision history
- 3.0 : 12/19/05 : Upgreaded from flist2.cgi
|