flist2.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
  • There are an upgread version Filelist 3

Installation

  1. A Perl module Archive::Zip must be installed in your server.
  2. Put flist2.cgi in a CGI executable directory.
  3. Modify the Perl path of the line #1 in the flist2.cgi to match your server environment.
  4. Modify permission of the flist2.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 flist2.cgi to be a directory you want to display the list of the files. This is a relative path from the flist.cgi
  7. Execute flist2.cgi on your browser.
Sample and Source
    Sample
    flist2.cgi


Revision history
  • 2.0 : 4/3/05 : Added download button in filelist.cgi