NAME
File::VirusScan::Engine::Command::FSecure::FSAV - File::VirusScan backend for scanning with fsav
SYNOPSIS
use File::VirusScan;
my $s = File::VirusScan->new({
engines => {
'-Command::FSecure::FSAV' => {
command => '/path/to/fsav',
},
...
},
...
}
DESCRIPTION
File::VirusScan backend for scanning using F-Secure's fsav command-line scanner.
File::VirusScan::Engine::Command::FSecure::FSAV inherits from, and follows the conventions of, File::VirusScan::Engine::Command. See the documentation of that module for more information.
CLASS METHODS
new ( $conf )
Creates a new scanner object. $conf is a hashref containing:
- command
-
Fully-qualified path to the 'fsav' binary.
INSTANCE METHODS
scan ( $pathname )
Scan the path provided using the command provided to the constructor. Returns an File::VirusScan::Result object.
DEPENDENCIES
SEE ALSO
AUTHOR
Dianne Skoll (dfs@roaringpenguin.com)
Dave O'Neill (dmo@roaringpenguin.com)
fsav exit code information provided by David Green
LICENCE AND COPYRIGHT
Copyright (c) 2007 Roaring Penguin Software, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, or (at your option) any later version.