Markus_D 0 Posted July 22, 2020 Share Posted July 22, 2020 (edited) $command = "/opt/eset/efs/bin/odscan --scan --profile='@In-depth scan' '/tmp/7886sas6sadf89asas897"; system( $command, $virusCheck ); Thats what I do. I move a recently uploaded file to a new folder. Then start the scanner on this directory. My apache hangs up. When I uncomment the virus check all is working fine (Moving files works as intended). How does one call the scanner correctly from php? Edited July 22, 2020 by Markus_D Link to post Share on other sites
Administrators Marcos 3,596 Posted July 22, 2020 Administrators Share Posted July 22, 2020 EFSL was not tested with an on-demand scan being called from php so it's not a supported scenario. You could open a ticket with your local ESET support so that they inquire devs about such possibility. Link to post Share on other sites
Recommended Posts