> I know that Linux doesn't really have a virus problem, but my Linux FTP
> server is one of the key ways that Windows files make it into my
> company.  I'm looking to integrated some sort of Wintel virus-scanning
> into wu-ftpd.  Ideally, the incoming files would be virus-scanned right
> after they're dropped off. Commercial and proprietary solutions are
> acceptable.
>
> Anybody have any good ideas as to how best to accomplish this?
>
> Thanks,
>         .../Ed

Off the top of my head I would suggest you create a script running in cron
that checks for new files in the upload directly, if there are any, runs a
virus scan on them, and moves the finished files to either a quarantine
directory or a save directory depending on results.

You should be able to use any of the command line scanners like F-Prot or
ClamAV to do the scanning.

Gerry


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to