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 .
是Kaspersky在从asp.net应用程序上传文件到文件服务器时扫描病毒的API。我的要求是,在保存之前,必须检查文件是否有病毒。在保存文件之前是否有可能扫描病毒?
1 个解决方案
#1
2
Kaspersky has a SDK but it seems you will have to contact them to receive any documentation: Antivirus SDK
卡巴斯基有一个SDK,但似乎你必须联系他们才能收到任何文档:杀毒SDK
Many web applications use ClamAV
in daemon (service) mode for these purposes. A plus is that ClamAV
is free of charge.
许多web应用程序为此目的在守护进程(服务)模式中使用ClamAV。另外,ClamAV是免费的。
-
Here you can find a library for .NET that talks with
ClamAV
. - 在这里你可以找到一个用于。net的库。
#1
2
Kaspersky has a SDK but it seems you will have to contact them to receive any documentation: Antivirus SDK
卡巴斯基有一个SDK,但似乎你必须联系他们才能收到任何文档:杀毒SDK
Many web applications use ClamAV
in daemon (service) mode for these purposes. A plus is that ClamAV
is free of charge.
许多web应用程序为此目的在守护进程(服务)模式中使用ClamAV。另外,ClamAV是免费的。
-
Here you can find a library for .NET that talks with
ClamAV
. - 在这里你可以找到一个用于。net的库。