On 2008-12-12 14:08, Sudhakar Marimuthu wrote: > Hi All, > > We are using ClamAV 0.94.2 in my project. > > When i issue command like this "clamscan --disable-archive --unzip > create-webpro-admin.zip", i am getting waring as > "WARNING: Ignoring deprecated option --unzip". > > > Is there any alternative option for --unzip, which will extract all > the archive and scan and log the scanned files.? > > hers is the log: > -bash-3.00$ clamscan --disable-archive --unzip create-webpro-admin.zip >
Don't use --disable-archive, and then clamscan will use the built-in unzip module to scan zip files. Support for external archivers has been dropped. Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
