Is their an API for Kaspersky to scan for virus when uploading files to an file server from an ASP .NET Application.My requirement is that before the saving is done the file must be checked for virus.Is it possible to scan for virus before saving the file .
Antivirus API for scanning before saving to file server [closed]
Asked Answered
saved it somewhere temporary that web users can not use it, then run a command line to virus check it, then move it to the final position. –
Meris
This post can help you: https://mcmap.net/q/326761/-net-virus-scanning-api-closed –
Scarabaeus
Kaspersky has a SDK but it seems you will have to contact them to receive any documentation: Antivirus SDK
Many web applications use ClamAV
in daemon (service) mode for these purposes. A plus is that ClamAV
is free of charge.
- Here you can find a library for .NET that talks with
ClamAV
.
Clamson appears to be abandoned, what appears to be a modern package is nClam github.com/tekmaven/nClam –
Pepita
G DATA has an easy to use API with SDKs in many programming languages: gdatasoftware.com/oem/verdict-as-a-service –
Troat
© 2022 - 2024 — McMap. All rights reserved.