General Instructions for installing Perl Cgi scripts: ------------------------------------------------------- 1.Find out the location of Perl on your server.You can do this either by telnet by typing "whereis perl" or by asking your system administrator. After you have found out the correct location,check and rectify,if necessary,the path in the first line of perl cgi script which usually is #!/usr/bin/perl 2.Find out the exact paths of server www root dir and subdirs containing your files. Substitute these paths in scripts as required. 3.Upload the scripts in ASCII format to server cgi-bin directory. 4.Chmod the script to world executable "chmod 755" ------------------------------------------------------- Specific Instructions for Ftpget script: ------------------------------------------------------- Sample ftp.htm has benn given to run script Various editable variables are: 1.$referer="http://www.yourserver.com/ftp.htm"; # URL of allowed referring html file