This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos api to scan uploading files

Hi,

Does sophos has any api/ client sdk for Java which can be used to scan files being uploaded in a web application.

To give you more clarity on what i'm after, kindly refer the below link which has sample code to scan files using symantec api

http://www.developer.com/design/article.php/10925_3711331_2/Implementing-an-Anti-Virus-File-Scan-in-JEE-Applications.htm

Look forward to hearing soon.

thank

snoor



This thread was automatically locked due to age.
  • G'day.

    We provide a product called Sophos Dynamic Interface (SAV-DI) which is exactly what you're after. SAV-DI is a very flexible tool that takes input (programatically) from your application in a variety of languages. This is then passed to our Anti Virus engine for a scan. The returned result can be interpreted by your application to either allow the content to pass through or be denied.

    More information here: www.sophos.com/.../sav-dynamic-interface.aspx

    ==

    When in doubt, Script it out.