flist3.cgi

See the other CGIs Japanese Page


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

  1. Perl module Archive::Zip must be installed in your server.
  2. Put flist3.cgi in a CGI executable directory.
  3. Modify the Perl path of the line #1 in the flist3.cgi to match your server environment.
  4. Modify permission of the flist3.cgi
  5. Create a directory which you want to display files in it and place files in the directory.
  6. 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.
  7. Execute flist3.cgi on your browser.
Sample and Source
    Sample Sample of flist3_setup.pl
    flist3.cgi


Revision history
  • 3.0 : 12/19/05 : Upgreaded from flist2.cgi