[Clamav-users] help with clamscan when running from web brower

2005-04-24 Thread Mr Prince Simon
Hi, I have a simple question and maybe someone can explain to me what happend. I have a perl script --- #!/usr/bin/perl -w print "Content-type: text/html\n\n"; my $hashcommand ="clamscan -r -i -l /home/clamav/scan.txt /www/pathtomydir/"; system($hashcommand); print "done"; exit; --- and when I

Re: [Clamav-users] help with clamscan when running from web brower

2005-04-25 Thread Mr Prince Simon
Thanks for the reply. How do I know where the binary files are located? also I did chmod the perl script to 755. also when I change the command to 'ls -l', I did see the files on the dir. --- Dennis Peterson <[EMAIL PROTECTED]> wrote: > Mr Prince Simon said: > > Hi

Re: [Clamav-users] ONLINE VIRUS SCANNER

2005-04-26 Thread Mr Prince Simon
Maybe you can share this perl script also? thanks --- [EMAIL PROTECTED] wrote: > Yes, can you please give me the sample of that perl > ? > > Thank you very much. > > Christopher > > > Message: 3 > Date: Mon, 25 Apr 2005 09:26:03 +0100 > From: Nigel Horne <[EMAIL PROTECTED]> > Subject: Re: [C