nClam icon indicating copy to clipboard operation
nClam copied to clipboard

nClam allows you to scan files, directories, or streams for viruses with a ClamAV server using a simple API!

Results 11 nClam issues
Sort by recently updated
recently updated
newest added

Minor changes in syntax, also changes in the **SendStreamFileChunksAsync** method. Using **ArrayPool.Shared** to manage byte arrays instead of the new operator, which improves memory management and reduces the load on...

Hi there, I think it is a bit confusing that the releases on [GitHub](https://github.com/tekmaven/nClam/releases) do not match the releases on [NuGet](https://www.nuget.org/packages/nClam#versions-body-tab) Sincerely snailcatcher

MaxStreamSize = 26214400; //25mb This is from client constructor. Is there any reason for this value to exist? Because of this value i could not process file with properly configured...

When calling ScanFileOnServer for a zip file container the antivirus test file eicar.exe, nClam sees the eicar.exe signature and flags as an infected file. When creating a stream of the...

Hi, We are using nClan for virus scan before uploading file into the system. We are facing problem when msg file is with attached file We tried following scenario 1....

There is a bug in the .Net build process where you can't reference a NetStandard2.0 assembly in an asp.net webSITE project. See here: https://github.com/dotnet/standard/issues/1771 The simplest solution is to target...

The library looks for FOUND at the end of the raw value. However if the file exceeds the Clam scanner limits get the following error: Heuristics.Limits.Exceeded.MaxScanSize FOUND This should just...

GetStatsAsync is only present on the concrete ClamClient type, and is not on the IClamClient interface. This makes mocking more difficult when using the method on code which returns detailed...

HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure happens whenever I add this nuget package to my .netcore 3.1 website. I have other packages that require standard 2.0 that work...

Cannot implicitly convert type 'nClam.ClamScanResults' to 'nClam.ClamScanResult'