Greetings...

2003-02-13 Thread Emo1313
Greetings, Welp, I have had no luck getting a Perl FTP server running... So what I am looking for and perhaps one of you guys can help me out is; An FTP server application that I can use Perl to add and remove users, set up where there directories are and perhaps

defined Fcntl macro F_SETFL

2003-01-03 Thread Emo1313
Greetings, I have recently come accross an ftpd written in perl that i would like to modify for allowing people to upload webcam images with out the need for thier own web space with ftp access... Any way... The script was obviously written on a Linux system and I am having a small problem

Re: CGI IP-logging

2001-03-12 Thread Emo1313
that will dump out all of the ENV's keys and values. #!/perl/bin/perl print "content-type:text/html\n\n"; foreach $env (keys(%ENV)) { print "b$env = $ENV{$env}brbr\n"; } Emo1313 Soylent Green Is People! Tribes - Shifter Developement Team - www.dopplegangers.com/tribes/shifte