XFileSharing Pro - Add Antivirus CLAMAV support

Message
Author
hansolo
Posts: 9
Joined: Jan 13, 2009 1:29 pm

Add Antivirus CLAMAV support

#1 Postby hansolo » Jan 16, 2009 3:05 pm

Does someone know where is the setting which enable CLAMAV scan of uploaded files??? Is CLAMAV detected automatically by XfileSharingPro?

Thks

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jan 19, 2009 7:07 am

enable_clamav_virus_scan option in XFSConfig.pm

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#3 Postby sherayusuf3 » Jan 19, 2009 7:47 am

find in cgi-bin/XFSConfig.pm

Code: Select all

 # Enable scanning file for viruses with ClamAV after upload (Experimental)
 # You need ClamAV installed on your server
 enable_clamav_virus_scan => '0',
change
enable_clamav_virus_scan => '0',
to
enable_clamav_virus_scan => '1',

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Jan 19, 2009 11:28 am

clamav is damn slow :( I never use it.