I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files.
how i can execute the antivirus program installed in the client side, when the download finish?
UPDATE
I need implement something similar to firefox when download a file and then ex...
Another question on StackOverflow is asking how this is done, but the general question of how Firefox manages this is even more useful, and would answer that question also.
Without reading all the source code to firefox (I haven't time) - is anyone familiar enough with Firefox V3's ability to invoke a scan on any downloaded EXE file to ...
Basically, I want to virus scan files as they are uploaded (before writing them to disk) to a web app.
In particular, I'd like to integrate with "McAfee VirusScan Enterprise" (latest version).
From a design and maintenance perspective, would it perhaps be better to scan certain paths at the firewall using a third party product? That w...
I'm creating a website with fileuploading functionality. I need to antivirus scan the files being uploaded. I'm currently running MS Forefront, but I don't know if it has builtin functionality for this purpose? Alternatively I need an AV SDK, but I don't really know any.
Any help on this issue?
...