Jason,
Thanks for the feedback, I've opened up the following bugs as possible
enhancements for a future release.
1321
1322
If you have any other data pertaining to your evaluation; what worked, what
didn't, what the software/device really should have done. I'd love to hear
it to help improve t
Hi Tomasz Kojm,
Thanks a lot.
I tried with the below command it worked fine.
p = rt.exec(new String[]{"sh", "-c", CLAM_SCAN + destFilePath +
File.separatorChar + "\"" + fileName + "\"" });
Regards,
M.Sudhakar
On Fri, Dec 19, 2008 at 7:42 AM, Tomasz Kojm wrote:
> On Fri, 19 Dec 2008 07:34:04 -0
Hi Ediwin,
Thanks a lot.
I tried with the below command it worked fine.
p = rt.exec(new String[]{"sh", "-c", CLAM_SCAN + destFilePath +
File.separatorChar + "\"" + fileName + "\"" });
Regards,
M.Sudhakar
On Fri, Dec 19, 2008 at 7:47 AM, Török Edwin wrote:
> On 2008-12-19 14:03, Sudhakar Marim
On 2008-12-19 14:02, Andre Hübner wrote:
> Hello,
>
> sometimes clamav is to rigorous and "kills" some uploaded php-files where no
> malware can be found.
> but in this case i want to stop a specific directmailer (spam) with russian
> origin from being uploaded.
> File was submitted already but s
On 2008-12-19 14:03, Sudhakar Marimuthu wrote:
> Hi ,
> i am running clamscan from java as given below.
> i am getting 56 as a return code.
>
> Param with Value
> ---
> destFilePath = /home/sudhakar/
> fileName=Test Scan.doc (filename with space)
>
> Method
> ---
On Fri, 19 Dec 2008 07:34:04 -0500
"Sudhakar Marimuthu" wrote:
> Hi ,
> i am running clamscan from java as given below.
> i am getting 56 as a return code.
>
> Param with Value
> ---
> destFilePath = /home/sudhakar/
> fileName=Test Scan.doc (filename with space)
You shou
Hi ,
i am running clamscan from java as given below.
i am getting 56 as a return code.
Param with Value
---
destFilePath = /home/sudhakar/
fileName=Test Scan.doc (filename with space)
Method
---
private void scanAntiVirus(String destFilePath, String fi
Hi ,
i am running clamscan from java as given below.
i am getting 56 as a return code.
Param with Value
---
destFilePath = /home/sudhakar/
fileName=Test Scan.doc (filename with space)
Method
---
private void scanAntiVirus(String destFilePath, String fi
Hello,
sometimes clamav is to rigorous and "kills" some uploaded php-files where no
malware can be found.
but in this case i want to stop a specific directmailer (spam) with russian
origin from being uploaded.
File was submitted already but seems not to be included in official malware.
Now i did