Has anyone tried using Drall, a script which allows you to access FTP directories via HTTP?
http://www.edlund.org/hacks/drall/ I am wondering if it is a shortcoming of perl 5.8.0 on OS 10.2 or just my particular setup. I am actually able to see the FTP directories, but I can't manipulate them at all (ie, create new dir, upload files, etc). The only errors I get seem to be just warnings about the order of calling variables: main::do_upload() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 1070. main::do_error() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 1073. main::do_mkdir() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 1078. main::do_error() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 1081. main::do_error() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 1085. main::validate_directory() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 892. main::fix_path() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 855. main::fix_path() called too early to check prototype at /Library/WebServer/CGI-Executables/drall.pl line 849. Could someone else please try it and post their results... Thanks Tony
