CGI::FileManager

Managing a directory structure on an HTTP server.
Download

CGI::FileManager Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gabor Szabo
  • Publisher web site:
  • http://search.cpan.org/~szabgab/

CGI::FileManager Tags


CGI::FileManager Description

Managing a directory structure on an HTTP server. CGI::FileManager is a Perl module that be used for managing a directory structure on an HTTP server.SYNOPSISEnable authenticated users to do full file management on a subdirectory somewhere with a web server installed.After installing the module you have to create a file with usernames and passwords in it. For this we supply cfm-passwd.pl which should have been installed in your PATH. Type:> cfm-passwd.pl /home/user/mypwfile add someuserIt will ask for password and the home directory that the use is supposed to be able to manage.Then in nearby CGI script: #!/usr/bin/perl -wT use strict; use CGI::FileManager; my $fm = CGI::FileManager->new( PARAMS => { AUTH => { PASSWD_FILE => "/home/user/mypwfile", } } ); $fm->run;Now point your browser to the newly created CGI file and start managing your files. Requirements: · Python


CGI::FileManager Related Software