You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to quarantine the infected file into any folder using ClamNetworkScannerEngine.java passing the content as InputStream over the network. That is by customizing the below method?
public ScanResult scan(InputStream content, String fileName) throws AvsException {
...
}
Regards,
Umair.
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way to quarantine the infected file into any folder using ClamNetworkScannerEngine.java passing the content as InputStream over the network. That is by customizing the below method?
public ScanResult scan(InputStream content, String fileName) throws AvsException {
...
}
Regards,
Umair.
The text was updated successfully, but these errors were encountered: