Questions tagged [nclam]
6 questions
4
votes
1 answer
How change limit file size of Clamd service for nclam
Default Limits: File size limit set to 26214400 bytes.
If i scan file size > 25mb, it will occur error.
The maximum stream size of 26214400 bytes has been exceeded.
I try change:
public ClamClient(string server, int port)
{
…

D T
- 3,522
- 7
- 45
- 89
4
votes
0 answers
How to setup ClamAV in Azure
I want to setup ClamAV IN AZURE, went through
Setup and Use ClamAV (anti-virus) with Azure…

PEO
- 185
- 2
- 13
1
vote
1 answer
nClam - How to pass linux server path to ScanFileOnServer
I have set up ClamAv running in a docker container inside Ubuntu VM (VirtualBox). I have written the following C# program (running from my Windows Host) and able to scan local files in my windows machine successfully (SendAndScanFileAsync) as…

MAK
- 1,915
- 4
- 20
- 44
1
vote
1 answer
Virus scanning files with Japanese Characters in C# using nClam and ClamAV
We've been working on implementing a virus scanning procedure for files being uploaded into our system - it's a C# web app where we've used the nClam plugin to converse with a ClamAV server. In a really basic setup (copied from the nClam help), it…

loxdog
- 1,007
- 3
- 12
- 30
0
votes
3 answers
Installing a NuGet package from source?
I want to use nClam (https://github.com/tekmaven/nClam), a library for antivirus scanning with .NET core 1.1. The library currently requires .NET core 2.0 but it looks like I can work around this with a few light modifications to the nclam.csproj…

DynamicDemon
- 27
- 6
0
votes
1 answer
nclam anti virus is not working with .net application
I am getting this issue: No connection could be made because the target machine actively refused it 127.0.0.1:3310.
using System;
using System.Linq;
using nClam;
class Program
{
static void Main(string[] args)
{
var clam = new…

Systematix Infotech
- 2,345
- 1
- 14
- 31